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

{
    "id": 14175347,
    "voting_slug": "vs19_511_012",
    "sitting": {
        "id": 2044,
        "date": "2025-07-15",
        "number": 511,
        "branch": "C"
    },
    "title": "ODG 9/1074-A/3 - Votazione Ordine del giorno 9/1074-A/3 ",
    "vote": "ABSE",
    "group": {
        "id": 14,
        "acronym": "PD-IDP",
        "slug": "PD",
        "branch": "camera",
        "name": "PARTITO DEMOCRATICO - ITALIA DEMOCRATICA E PROGRESSISTA",
        "color": "#E43B45"
    },
    "group_vote": "AYE"
}