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

{
    "id": 14330158,
    "voting_slug": "vs19_535_019",
    "sitting": {
        "id": 2084,
        "date": "2025-09-23",
        "number": 535,
        "branch": "C"
    },
    "title": "Istituzione della festa nazionale di San Francesco d’Assisi",
    "vote": "AYE",
    "group": {
        "id": 17,
        "acronym": "NM(N-C-U-I)-M",
        "slug": "NM",
        "branch": "camera",
        "name": "NOI MODERATI",
        "color": "#704070"
    },
    "group_vote": "AYE"
}