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

{
    "url": "https://demozoo.org/api/v1/releasers/55997/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/55997/",
    "id": 55997,
    "name": "Crazy German Man",
    "is_group": false,
    "nicks": [
        {
            "name": "CGMan",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "CGMan"
            ]
        },
        {
            "name": "Crazy German Man",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "CGM",
                "Crazy German Man"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/32028/?format=api",
                "id": 32028,
                "name": "B.O.S.S."
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": []
}