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

{
    "id": 9967002,
    "voting_slug": "vs19_236_054",
    "sitting": {
        "id": 1594,
        "date": "2024-01-30",
        "number": 236,
        "branch": "C"
    },
    "title": "Emendamento 2.1000 FENU EMILIANO (M5S) - Votazione Emendamento 2.1000 DDL n. 1630",
    "vote": "AYE",
    "group": {
        "id": 14,
        "acronym": "PD-IDP",
        "slug": "PD",
        "branch": "camera",
        "name": "PARTITO DEMOCRATICO - ITALIA DEMOCRATICA E PROGRESSISTA",
        "color": "#E43B45"
    },
    "group_vote": "AYE"
}