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

{
    "url": "https://demozoo.org/api/v1/releasers/111102/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/111102/",
    "id": 111102,
    "name": "Luther",
    "is_group": false,
    "nicks": [
        {
            "name": "Luther",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Luther"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1077/?format=api",
                "id": 1077,
                "name": "Desire"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "SceneidAccount",
            "url": "https://www.pouet.net/user.php?who=102835"
        }
    ]
}