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

{
    "url": "https://demozoo.org/api/v1/releasers/23098/?format=api",
    "demozoo_url": "https://demozoo.org/groups/23098/",
    "id": 23098,
    "name": "TBD Group",
    "is_group": true,
    "nicks": [
        {
            "name": "TBD Group",
            "abbreviation": "TBD",
            "is_primary_nick": true,
            "variants": [
                "TBD",
                "TBD Group"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/15698/?format=api",
                "id": 15698,
                "name": "Count"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/40408/?format=api",
                "id": 40408,
                "name": "Mellow Butterfly"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": []
}