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

{
    "id": 13015501,
    "voting_slug": "vs19_435_013",
    "sitting": {
        "id": 1919,
        "date": "2025-02-26",
        "number": 435,
        "branch": "C"
    },
    "title": "Emendamento 2.1003 CAROTENUTO DARIO (M5S) - Votazione Emendamento 2.1003 PDL n. 1573",
    "vote": "ABST",
    "group": {
        "id": 57,
        "acronym": "IV-C-RE",
        "slug": "IV-C-RE",
        "branch": "camera",
        "name": "ITALIA VIVA-IL CENTRO-RENEW EUROPE",
        "color": "#A215FF"
    },
    "group_vote": "ABST"
}