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

{
    "url": "https://demozoo.org/api/v1/releasers/2385/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/2385/",
    "id": 2385,
    "name": "Chuck",
    "is_group": false,
    "nicks": [
        {
            "name": "Chuck",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Chuck"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/2179/?format=api",
                "id": 2179,
                "name": "Dune"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/38306/?format=api",
                "id": 38306,
                "name": "49ers"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "SlengpungUser",
            "url": "http://www.slengpung.com/?userid=4143"
        }
    ]
}