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

{
    "id": 7483796,
    "voting_slug": "vs19_061_001",
    "sitting": {
        "id": 1313,
        "date": "2023-03-02",
        "number": 61,
        "branch": "C"
    },
    "title": "Ordine del giorno n. 9/908/1, come riformulato, PELUFFO VINICIO GIUSEPPE GUIDO (PD-IDP) - Votazione Ordine del giorno 9/908/1, DDL n. 0908",
    "vote": "AYE",
    "group": {
        "id": 16,
        "acronym": "LEGA",
        "slug": "Lega",
        "branch": "camera",
        "name": "LEGA - SALVINI PREMIER",
        "color": "#73AF48"
    },
    "group_vote": "AYE"
}