Returns a single membership selected by `id`.
GET /api-openparlamento/v1/19/memberships_votes/13397281/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 13397281,
    "voting_slug": "vs19_460_047",
    "sitting": {
        "id": 1955,
        "date": "2025-04-01",
        "number": 460,
        "branch": "C"
    },
    "title": "Emendamento 17.2 PELLEGRINI MARCO (M5S) - Votazione Emendamento 17.2 DDL n. 2139",
    "vote": "ABSE",
    "group": {
        "id": 16,
        "acronym": "LEGA",
        "slug": "Lega",
        "branch": "camera",
        "name": "LEGA - SALVINI PREMIER",
        "color": "#73AF48"
    },
    "group_vote": "NO"
}