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

{
    "id": 7051541,
    "voting_slug": "vs19_019_033",
    "sitting": {
        "id": 1238,
        "date": "2022-12-05",
        "number": 19,
        "branch": "C"
    },
    "title": "Emendamento 6.6 PROVENZANO GIUSEPPE (PD-IDP) - Votazione Emendamento 6.6 DDL n. 0547",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}