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

{
    "url": "https://demozoo.org/api/v1/releasers/100101/?format=api",
    "demozoo_url": "https://demozoo.org/groups/100101/",
    "id": 100101,
    "name": "The Party Team",
    "is_group": true,
    "nicks": [
        {
            "name": "The Party Team",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "The Party Team"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/4551/?format=api",
                "id": 4551,
                "name": "Stripe"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "KestraBitworldAuthor",
            "url": "http://janeway.exotica.org.uk/author.php?id=51139"
        }
    ]
}