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

{
    "url": "https://demozoo.org/api/v1/releasers/123281/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/123281/",
    "id": 123281,
    "name": "Orlando",
    "is_group": false,
    "nicks": [
        {
            "name": "Orlando",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Orlando"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/1503/?format=api",
                "id": 1503,
                "name": "LSD"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/5452/?format=api",
                "id": 5452,
                "name": "Crux"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/52961/?format=api",
                "id": 52961,
                "name": "Orion"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": []
}