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

{
    "url": "https://demozoo.org/api/v1/releasers/27206/?format=api",
    "demozoo_url": "https://demozoo.org/groups/27206/",
    "id": 27206,
    "name": "Drink Team",
    "is_group": true,
    "nicks": [
        {
            "name": "Drink Team",
            "abbreviation": "DT",
            "is_primary_nick": true,
            "variants": [
                "DT",
                "Drink Team"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/69768/?format=api",
                "id": 69768,
                "name": "Balder"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/29406/?format=api",
                "id": 29406,
                "name": "Snaked"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=114"
        }
    ]
}