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

{
    "id": 13706231,
    "voting_slug": "vs19_486_010",
    "sitting": {
        "id": 1999,
        "date": "2025-05-27",
        "number": 486,
        "branch": "C"
    },
    "title": "ODG 9/2355/10 - Votazione Ordine del giorno 9/2355/10 ",
    "vote": "MIS",
    "group": {
        "id": 17,
        "acronym": "NM(N-C-U-I)-M",
        "slug": "NM",
        "branch": "camera",
        "name": "NOI MODERATI",
        "color": "#704070"
    },
    "group_vote": "NO"
}