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

{
    "id": 7666093,
    "voting_slug": "vs19_082_030",
    "sitting": {
        "id": 1341,
        "date": "2023-04-04",
        "number": 82,
        "branch": "C"
    },
    "title": "Inserimento del riconoscimento dello sport come valore in costituzione",
    "vote": "AYE",
    "group": {
        "id": 15,
        "acronym": "MISTO",
        "slug": "Misto",
        "branch": "camera",
        "name": "MISTO",
        "color": "#B4B4B4"
    },
    "group_vote": "AYE"
}