GET /api/v1/releasers/42424/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demozoo.org/api/v1/releasers/42424/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/42424/",
    "id": 42424,
    "name": "Kam",
    "is_group": false,
    "nicks": [
        {
            "name": "Kam",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Kam"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/12757/?format=api",
                "id": 12757,
                "name": "Hotline"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/114386/?format=api",
                "id": 114386,
                "name": "Midlands Atari Cracking Experts"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "AtariLegendMenuset",
            "url": "https://www.atarilegend.com/menusets/114"
        }
    ]
}