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

{
    "url": "https://demozoo.org/api/v1/releasers/34802/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/34802/",
    "id": 34802,
    "name": "Flintstone",
    "is_group": false,
    "nicks": [
        {
            "name": "Dean",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Dean"
            ]
        },
        {
            "name": "Flintstone",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "FLT",
                "Flintstone"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/34801/?format=api",
                "id": 34801,
                "name": "Impact UK"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/2246/?format=api",
                "id": 2246,
                "name": "Serenade"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": []
}