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

{
    "url": "https://demozoo.org/api/v1/releasers/7654/?format=api",
    "demozoo_url": "https://demozoo.org/groups/7654/",
    "id": 7654,
    "name": "The Demo Disease",
    "is_group": true,
    "nicks": [
        {
            "name": "The Demo Disease",
            "abbreviation": "TDD",
            "is_primary_nick": true,
            "variants": [
                "TDD",
                "The Demo Disease"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/6774/?format=api",
                "id": 6774,
                "name": "Phantom"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": []
}