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

{
    "id": 8927567,
    "voting_slug": "19-116-29",
    "sitting": {
        "id": 1504,
        "date": "2023-10-24",
        "number": 116,
        "branch": "S"
    },
    "title": "Competitività dei capitali - Em. 12.2 (1a parte), Losacco e Tajani",
    "vote": "MIS",
    "group": {
        "id": 9,
        "acronym": "IV-C-RE",
        "slug": "IV-C-RE",
        "branch": "senato",
        "name": "Italia Viva - Il Centro - Renew Europe",
        "color": "#B62992"
    },
    "group_vote": "AYE"
}