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

{
    "id": 13529624,
    "voting_slug": "vs19_475_009",
    "sitting": {
        "id": 1979,
        "date": "2025-05-06",
        "number": 475,
        "branch": "C"
    },
    "title": "Mozione n. 1-00430 GHIRRA FRANCESCA (AVS) ed altri - Votazione Mozione 1_00430",
    "vote": "NO",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "NO"
}