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

{
    "url": "https://demozoo.org/api/v1/releasers/109555/?format=api",
    "demozoo_url": "https://demozoo.org/groups/109555/",
    "id": 109555,
    "name": "The Blues Brothers",
    "is_group": true,
    "nicks": [
        {
            "name": "The Blues Brothers",
            "abbreviation": "TBB",
            "is_primary_nick": true,
            "variants": [
                "TBB",
                "The Blues Brothers"
            ]
        }
    ],
    "member_of": [],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=10022"
        }
    ]
}