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

{
    "id": 7612884,
    "voting_slug": "vs19_073_027",
    "sitting": {
        "id": 1330,
        "date": "2023-03-22",
        "number": 73,
        "branch": "C"
    },
    "title": "Emendamento 9/217 E ABB./8 GRIMALDI MARCO (AVS) - Votazione Emendamento 9/217 PDL n. 0217",
    "vote": "MIS",
    "group": {
        "id": 15,
        "acronym": "MISTO",
        "slug": "Misto",
        "branch": "camera",
        "name": "MISTO",
        "color": "#B4B4B4"
    },
    "group_vote": "NV"
}