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

{
    "url": "https://demozoo.org/api/v1/releasers/1401/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/1401/",
    "id": 1401,
    "name": "Mr. Spinhead",
    "is_group": false,
    "nicks": [
        {
            "name": "Mr. Spinhead",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Mr. Spinhead"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1218/?format=api",
                "id": 1218,
                "name": "Anthrox"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1492/?format=api",
                "id": 1492,
                "name": "Alpha Flight"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/8097/?format=api",
                "id": 8097,
                "name": "Sector 4"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "KestraBitworldAuthor",
            "url": "http://janeway.exotica.org.uk/author.php?id=585"
        }
    ]
}