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

{
    "id": 7503719,
    "voting_slug": "vs19_064_029",
    "sitting": {
        "id": 1316,
        "date": "2023-03-07",
        "number": 64,
        "branch": "C"
    },
    "title": "Identici emendamenti 4.2 L'ABBATE PATTY (M5S) e 4.3 BONELLI ANGELO (AVS) - Votazione Emendamento 4.2 DDL n. 0930",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}