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

{
    "id": 9958374,
    "voting_slug": "vs19_236_033",
    "sitting": {
        "id": 1594,
        "date": "2024-01-30",
        "number": 236,
        "branch": "C"
    },
    "title": "Emendamento 1.45 LOMUTI ARNALDO (M5S) - Votazione Emendamento 1.45 DDL n. 1630",
    "vote": "NO",
    "group": {
        "id": 17,
        "acronym": "NM(N-C-U-I)-M",
        "slug": "NM",
        "branch": "camera",
        "name": "NOI MODERATI",
        "color": "#704070"
    },
    "group_vote": "NO"
}