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

{
    "url": "https://demozoo.org/api/v1/releasers/4766/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/4766/",
    "id": 4766,
    "name": "Wolfman",
    "is_group": false,
    "nicks": [
        {
            "name": "Skunk",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Skunk"
            ]
        },
        {
            "name": "Wolfman",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Wolfman"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/323/?format=api",
                "id": 323,
                "name": "Balance"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/50962/?format=api",
                "id": 50962,
                "name": "Cannabis"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "KestraBitworldAuthor",
            "url": "http://janeway.exotica.org.uk/author.php?id=1644"
        }
    ]
}