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

{
    "url": "https://demozoo.org/api/v1/releasers/5753/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/5753/",
    "id": 5753,
    "name": "Jayne",
    "is_group": false,
    "nicks": [
        {
            "name": "Jayne",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Jayne"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/361/?format=api",
                "id": 361,
                "name": "Scoopex"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/18188/?format=api",
                "id": 18188,
                "name": "Retroguru"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/237/?format=api",
                "id": 237,
                "name": "Nuance"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/10987/?format=api",
                "id": 10987,
                "name": "BASS"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "ArtcityArtist",
            "url": "http://artcity.bitfellas.org/index.php?a=artist&id=850"
        }
    ]
}