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

{
    "id": 13470243,
    "voting_slug": "vs19_468_023",
    "sitting": {
        "id": 1966,
        "date": "2025-04-16",
        "number": 468,
        "branch": "C"
    },
    "title": "Risoluzione n. 6-00170 RICHETTI MATTEO (APERRE) ed altri, limitatamente alla premessa (Doc. XVI, n. 4) - Votazione Risoluzione 6_00170",
    "vote": "ABSE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "NO"
}