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

{
    "id": 14454280,
    "voting_slug": "vs19_544_027",
    "sitting": {
        "id": 2101,
        "date": "2025-10-08",
        "number": 544,
        "branch": "C"
    },
    "title": "Articolo 4 - Votazione Articolo 4 DDL n. 1588",
    "vote": "AYE",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "AYE"
}