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

{
    "id": 9877160,
    "voting_slug": "vs19_232_005",
    "sitting": {
        "id": 1588,
        "date": "2024-01-24",
        "number": 232,
        "branch": "C"
    },
    "title": "Emendamento 4.14 LOMUTI ARNALDO (M5S) - Votazione Emendamento 4.14 DDL n. 1620",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}