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

{
    "url": "https://demozoo.org/api/v1/releasers/77/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/77/",
    "id": 77,
    "name": "U2",
    "is_group": false,
    "nicks": [
        {
            "name": "U2",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "U2"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/76/?format=api",
                "id": 76,
                "name": "Popsy Team"
            },
            "is_current": true
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://u2bleank.tumblr.com/"
        },
        {
            "link_class": "SceneidAccount",
            "url": "https://www.pouet.net/user.php?who=136"
        },
        {
            "link_class": "SlengpungUser",
            "url": "http://www.slengpung.com/?userid=510"
        },
        {
            "link_class": "TwitterAccount",
            "url": "https://twitter.com/u2Bleank"
        }
    ]
}