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

{
    "url": "https://demozoo.org/api/v1/releasers/22393/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/22393/",
    "id": 22393,
    "name": "Jonny",
    "is_group": false,
    "nicks": [
        {
            "name": "Johnny",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Johnny"
            ]
        },
        {
            "name": "Jonny",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Jonny"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/22357/?format=api",
                "id": 22357,
                "name": "Ideal"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbScener",
            "url": "https://csdb.dk/scener/?id=640"
        }
    ]
}