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

{
    "url": "https://demozoo.org/api/v1/releasers/5572/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/5572/",
    "id": 5572,
    "name": "Prof. PI 2",
    "is_group": false,
    "nicks": [
        {
            "name": "Prof. PI 2",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Prof. PI 2",
                "Prof. Pi^2"
            ]
        },
        {
            "name": "Professor pi²",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Professor pi²"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/3627/?format=api",
                "id": 3627,
                "name": "Dienstagstreff"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbScener",
            "url": "https://csdb.dk/scener/?id=3611"
        }
    ]
}