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

{
    "url": "https://demozoo.org/api/v1/releasers/9590/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/9590/",
    "id": 9590,
    "name": "Weirdo",
    "is_group": false,
    "nicks": [
        {
            "name": "Weirdo",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Weirdo"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/9561/?format=api",
                "id": 9561,
                "name": "Licos"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/9219/?format=api",
                "id": 9219,
                "name": "Partyzans"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "SpeccyWikiPage",
            "url": "http://speccy.info/Weirdo"
        }
    ]
}