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

{
    "id": 14269481,
    "voting_slug": "19-334-3",
    "sitting": {
        "id": 2058,
        "date": "2025-07-29",
        "number": 334,
        "branch": "S"
    },
    "title": "d-l 84/2025 - disposizioni urgenti in materia fiscale - Emm. 12-ter.1, 12-ter.2 e 12-ter.100",
    "vote": "NO",
    "group": {
        "id": 2,
        "acronym": "FdI",
        "slug": "FdI",
        "branch": "senato",
        "name": "Fratelli d'Italia",
        "color": "#37A6A5"
    },
    "group_vote": "NO"
}