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

{
    "id": 9491980,
    "voting_slug": "vs19_216_027",
    "sitting": {
        "id": 1561,
        "date": "2023-12-19",
        "number": 216,
        "branch": "C"
    },
    "title": "Articolo 2 - Votazione Articolo 2 DDL n. 1555",
    "vote": "ABST",
    "group": {
        "id": 12,
        "acronym": "AZ-PER-RE",
        "slug": "AZ-IV",
        "branch": "camera",
        "name": "AZIONE-POPOLARI EUROPEISTI RIFORMATORI-RENEW EUROPE",
        "color": "#B62992"
    },
    "group_vote": "ABST"
}