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

{
    "id": 7042909,
    "voting_slug": "vs19_019_011",
    "sitting": {
        "id": 1238,
        "date": "2022-12-05",
        "number": 19,
        "branch": "C"
    },
    "title": "Emendamento 1.19 ZARATTI FILIBERTO (AVS) - Votazione Emendamento 1.19 DDL n. 0547",
    "vote": "NO",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "NO"
}