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

{
    "url": "https://demozoo.org/api/v1/releasers/54214/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/54214/",
    "id": 54214,
    "name": "Bruce Lee",
    "is_group": false,
    "nicks": [
        {
            "name": "B. Lee",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "B. Lee"
            ]
        },
        {
            "name": "Bruce Lee",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Bruce Lee"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/45321/?format=api",
                "id": 45321,
                "name": "Amiga Lords"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/795/?format=api",
                "id": 795,
                "name": "Acme Factories"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "KestraBitworldAuthor",
            "url": "http://janeway.exotica.org.uk/author.php?id=5878"
        }
    ]
}