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

{
    "url": "https://demozoo.org/api/v1/releasers/123283/?format=api",
    "demozoo_url": "https://demozoo.org/groups/123283/",
    "id": 123283,
    "name": "Deja Vu",
    "is_group": true,
    "nicks": [
        {
            "name": "Deja Vu",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Deja Vu",
                "dEJA^vU"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10661/?format=api",
                "id": 10661,
                "name": "Soxius"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/6441/?format=api",
                "id": 6441,
                "name": "dMG"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": []
}