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

{
    "id": 7233273,
    "voting_slug": "vs19_033_034",
    "sitting": {
        "id": 1270,
        "date": "2023-01-11",
        "number": 33,
        "branch": "C"
    },
    "title": "Ordine del giorno n. 9/730/68 CAPPELLETTI ENRICO (M5S) - Votazione Ordine del giorno 9/730/68 DDL n. 0730",
    "vote": "ABST",
    "group": {
        "id": 15,
        "acronym": "MISTO",
        "slug": "Misto",
        "branch": "camera",
        "name": "MISTO",
        "color": "#B4B4B4"
    },
    "group_vote": "ABST"
}