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

{
    "id": 13528841,
    "voting_slug": "vs19_475_007",
    "sitting": {
        "id": 1979,
        "date": "2025-05-06",
        "number": 475,
        "branch": "C"
    },
    "title": "Mozione n. 1-00416 (Nuova formulazione), limitatamente al capoverso sesto della parte dispositiva, SCERRA FILIPPO (M5S) ed altri - Votazione Mozione 1_00416",
    "vote": "NO",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "NO"
}