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

{
    "id": 6975438,
    "voting_slug": "vs19_009_015",
    "sitting": {
        "id": 9,
        "date": "2022-11-10",
        "number": 9,
        "branch": "C"
    },
    "title": "Emendamento 3.5 SIMIANI MARCO (PD-IDP) - Votazione Emendamento 3.5 DDL n. 0005",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}