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

{
    "id": 7077149,
    "voting_slug": "vs19_024_021",
    "sitting": {
        "id": 1247,
        "date": "2022-12-13",
        "number": 24,
        "branch": "C"
    },
    "title": "Risoluzione n. 6-00014, limitatamente alla premessa, RICHETTI MATTEO (AIV-RE) ed altri - Votazione Risoluzione 6_00014",
    "vote": "ABST",
    "group": {
        "id": 13,
        "acronym": "M5S",
        "slug": "M5S",
        "branch": "camera",
        "name": "MOVIMENTO 5 STELLE",
        "color": "#EDAD06"
    },
    "group_vote": "ABST"
}