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

{
    "id": 10072784,
    "voting_slug": "19-157-29",
    "sitting": {
        "id": 1605,
        "date": "2024-02-13",
        "number": 157,
        "branch": "S"
    },
    "title": "Legge di delegazione europea 2022-2023 - Em. 8.1 (1a parte), De Cristofaro e altri",
    "vote": "ABSE",
    "group": {
        "id": 2,
        "acronym": "FdI",
        "slug": "FdI",
        "branch": "senato",
        "name": "Fratelli d'Italia",
        "color": "#37A6A5"
    },
    "group_vote": "NO"
}