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

{
    "url": "https://demozoo.org/api/v1/releasers/20102/?format=api",
    "demozoo_url": "https://demozoo.org/groups/20102/",
    "id": 20102,
    "name": "Erotic Team",
    "is_group": true,
    "nicks": [
        {
            "name": "Erotic Team",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Erotic Team"
            ]
        },
        {
            "name": "EroticTeam",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "EroticTeam"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/12135/?format=api",
                "id": 12135,
                "name": "Yasi"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": []
}