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

{
    "id": 9657596,
    "voting_slug": "vs19_220_013",
    "sitting": {
        "id": 1567,
        "date": "2023-12-29",
        "number": 220,
        "branch": "C"
    },
    "title": "Articolo 7 - Votazione Articolo 7 DDL n. 1627",
    "vote": "ABSE",
    "group": {
        "id": 14,
        "acronym": "PD-IDP",
        "slug": "PD",
        "branch": "camera",
        "name": "PARTITO DEMOCRATICO - ITALIA DEMOCRATICA E PROGRESSISTA",
        "color": "#E43B45"
    },
    "group_vote": "NO"
}