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

{
    "id": 13661419,
    "voting_slug": "vs19_482_031",
    "sitting": {
        "id": 1993,
        "date": "2025-05-20",
        "number": 482,
        "branch": "C"
    },
    "title": "EM 1.31 - Votazione ",
    "vote": "AYE",
    "group": {
        "id": 12,
        "acronym": "AZ-PER-RE",
        "slug": "AZ-IV",
        "branch": "camera",
        "name": "AZIONE-POPOLARI EUROPEISTI RIFORMATORI-RENEW EUROPE",
        "color": "#B62992"
    },
    "group_vote": "AYE"
}