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

{
    "id": 7557994,
    "voting_slug": "vs19_072_017",
    "sitting": {
        "id": 1329,
        "date": "2023-03-21",
        "number": 72,
        "branch": "C"
    },
    "title": "Emendamento 2.15 ZANELLA LUANA (AVS) - Votazione Emendamento 2.15 DDL n. 0977",
    "vote": "AYE",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "AYE"
}