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

{
    "id": 14457212,
    "voting_slug": "vs19_545_004",
    "sitting": {
        "id": 2103,
        "date": "2025-10-09",
        "number": 545,
        "branch": "C"
    },
    "title": "DPFP 2025-DOC CCXLIV,N 1- RIS 6-205 - Votazione Risoluzione 6_00205",
    "vote": "AYE",
    "group": {
        "id": 11,
        "acronym": "FDI",
        "slug": "FdI",
        "branch": "camera",
        "name": "FRATELLI D'ITALIA",
        "color": "#37A6A5"
    },
    "group_vote": "AYE"
}