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

{
    "id": 9199896,
    "voting_slug": "vs19_200_003",
    "sitting": {
        "id": 1530,
        "date": "2023-11-22",
        "number": 200,
        "branch": "C"
    },
    "title": "Ordine del giorno n. 9/1551/2, come riformulato, VACCARI STEFANO (PD-IDP) - Votazione Ordine del giorno 9/1551/2, DDL n. 1551",
    "vote": "ABSE",
    "group": {
        "id": 12,
        "acronym": "AZ-PER-RE",
        "slug": "AZ-IV",
        "branch": "camera",
        "name": "AZIONE-POPOLARI EUROPEISTI RIFORMATORI-RENEW EUROPE",
        "color": "#B62992"
    },
    "group_vote": "AYE"
}