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

{
    "id": 7319984,
    "voting_slug": "vs19_045_017",
    "sitting": {
        "id": 1287,
        "date": "2023-01-30",
        "number": 45,
        "branch": "C"
    },
    "title": "Emendamento 1.17 CAPPELLETTI ENRICO (M5S) - Votazione Emendamento 1.17 DDL n. 0785",
    "vote": "NO",
    "group": {
        "id": 17,
        "acronym": "NM(N-C-U-I)-M",
        "slug": "NM",
        "branch": "camera",
        "name": "NOI MODERATI",
        "color": "#704070"
    },
    "group_vote": "NO"
}