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

{
    "id": 12741011,
    "voting_slug": "vs19_408_001",
    "sitting": {
        "id": 1875,
        "date": "2025-01-14",
        "number": 408,
        "branch": "C"
    },
    "title": "Questione pregiudiziale n. 1 ZANELLA LUANA (AVS) ed altri - Votazione pregiudiziale DDL n. 2184",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}