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

{
    "url": "https://demozoo.org/api/v1/releasers/43232/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/43232/",
    "id": 43232,
    "name": "T-Rex",
    "is_group": false,
    "nicks": [
        {
            "name": "T-Rex",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "T-Rex"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/22259/?format=api",
                "id": 22259,
                "name": "Axial Force"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/79733/?format=api",
                "id": 79733,
                "name": "Regalia"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/78490/?format=api",
                "id": 78490,
                "name": "Cyber Legion"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": []
}