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

{
    "url": "https://demozoo.org/api/v1/releasers/123117/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/123117/",
    "id": 123117,
    "name": "Draco",
    "is_group": false,
    "nicks": [
        {
            "name": "Draco",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Draco"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/98808/?format=api",
                "id": 98808,
                "name": "Jezez & The Ugly Alleaters"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/113819/?format=api",
                "id": 113819,
                "name": "Crime"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/42808/?format=api",
                "id": 42808,
                "name": "Scientific Cracking Team"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/54215/?format=api",
                "id": 54215,
                "name": "Crush"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "KestraBitworldAuthor",
            "url": "http://janeway.exotica.org.uk/author.php?id=2091"
        }
    ]
}