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

{
    "url": "https://demozoo.org/api/v1/releasers/130429/?format=api",
    "demozoo_url": "https://demozoo.org/groups/130429/",
    "id": 130429,
    "name": "The Dark Lords",
    "is_group": true,
    "nicks": [
        {
            "name": "The Dark Lords",
            "abbreviation": "TDL",
            "is_primary_nick": true,
            "variants": [
                "TDL",
                "The Dark Lords"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/130430/?format=api",
                "id": 130430,
                "name": "The Lonely Wolf"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/130431/?format=api",
                "id": 130431,
                "name": "The Skull"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "CsdbGroup",
            "url": "https://csdb.dk/group/?id=4889"
        }
    ]
}