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

{
    "id": 15323612,
    "voting_slug": "vs19_609_150",
    "sitting": {
        "id": 2198,
        "date": "2026-02-05",
        "number": 609,
        "branch": "C"
    },
    "title": "Legge annuale sulle piccole e medie imprese 2025",
    "vote": "NO",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "NO"
}