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

{
    "url": "https://demozoo.org/api/v1/releasers/222/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/222/",
    "id": 222,
    "name": "Hyde",
    "is_group": false,
    "nicks": [
        {
            "name": "Hyde",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Hyde"
            ]
        },
        {
            "name": "Mr. Hyde",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Mr. Hyde"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/223/?format=api",
                "id": 223,
                "name": "Andromeda"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/6229/?format=api",
                "id": 6229,
                "name": "Dead Roman"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/96800/?format=api",
                "id": 96800,
                "name": "Mind Warriors"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "KestraBitworldAuthor",
            "url": "http://janeway.exotica.org.uk/author.php?id=735"
        },
        {
            "link_class": "SceneidAccount",
            "url": "https://www.pouet.net/user.php?who=8678"
        }
    ]
}