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

{
    "url": "https://demozoo.org/api/v1/releasers/5555/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/5555/",
    "id": 5555,
    "name": "Variat",
    "is_group": false,
    "nicks": [
        {
            "name": "Variat",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Variat"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/5556/?format=api",
                "id": 5556,
                "name": "Excess"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/16785/?format=api",
                "id": 16785,
                "name": "Aion"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/24482/?format=api",
                "id": 24482,
                "name": "Android's Dream"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/33940/?format=api",
                "id": 33940,
                "name": "Negative"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/71405/?format=api",
                "id": 71405,
                "name": "SHZ"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "ArtcityArtist",
            "url": "http://artcity.bitfellas.org/index.php?a=artist&id=2062"
        },
        {
            "link_class": "CsdbScener",
            "url": "https://csdb.dk/scener/?id=2373"
        }
    ]
}