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

{
    "id": 7140289,
    "voting_slug": "19-23-15",
    "sitting": {
        "id": 1258,
        "date": "2022-12-28",
        "number": 23,
        "branch": "S"
    },
    "title": "Legge di bilancio 2023",
    "vote": "AYE",
    "group": {
        "id": 2,
        "acronym": "FdI",
        "slug": "FdI",
        "branch": "senato",
        "name": "Fratelli d'Italia",
        "color": "#37A6A5"
    },
    "group_vote": "AYE"
}