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

{
    "id": 7559273,
    "voting_slug": "vs19_072_021",
    "sitting": {
        "id": 1329,
        "date": "2023-03-21",
        "number": 72,
        "branch": "C"
    },
    "title": "Emendamento 2.29 RUFFINO DANIELA (AIV-RE) - Votazione Emendamento 2.29 DDL n. 0977",
    "vote": "MIS",
    "group": {
        "id": 15,
        "acronym": "MISTO",
        "slug": "Misto",
        "branch": "camera",
        "name": "MISTO",
        "color": "#B4B4B4"
    },
    "group_vote": "NV"
}