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

{
    "id": 13579005,
    "voting_slug": "vs19_477_006",
    "sitting": {
        "id": 1984,
        "date": "2025-05-08",
        "number": 477,
        "branch": "C"
    },
    "title": "EM 1.113 - Votazione ",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}