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

{
    "id": 13761486,
    "voting_slug": "vs19_489_011",
    "sitting": {
        "id": 2006,
        "date": "2025-06-03",
        "number": 489,
        "branch": "C"
    },
    "title": "ODG 9/2420/19 - Votazione Ordine del giorno 9/2420/19 ",
    "vote": "ABSE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}