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

{
    "id": 8203624,
    "voting_slug": "vs19_132_004",
    "sitting": {
        "id": 1416,
        "date": "2023-07-04",
        "number": 132,
        "branch": "C"
    },
    "title": "Subemendamento 0.1.200.1 MADIA MARIA ANNA (PD-IDP) - Votazione Emendamento 0.1.200.1 PDL n. 0115",
    "vote": "ABSE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}