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

{
    "url": "https://demozoo.org/api/v1/releasers/123274/?format=api",
    "demozoo_url": "https://demozoo.org/groups/123274/",
    "id": 123274,
    "name": "Lucifer Enterprises",
    "is_group": true,
    "nicks": [
        {
            "name": "LE Programming",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "LE Programming"
            ]
        },
        {
            "name": "Lucifer Enterprises",
            "abbreviation": "LE",
            "is_primary_nick": true,
            "variants": [
                "LE",
                "Lucifer Enterprises"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/147855/?format=api",
                "id": 147855,
                "name": "Lightning Rider"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "Defacto2Group",
            "url": "https://defacto2.net/g/lucifer-enterprises"
        }
    ]
}