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

{
    "url": "https://demozoo.org/api/v1/releasers/9378/?format=api",
    "demozoo_url": "https://demozoo.org/groups/9378/",
    "id": 9378,
    "name": "The Knights",
    "is_group": true,
    "nicks": [
        {
            "name": "Knights, The",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "Knights, The"
            ]
        },
        {
            "name": "The Knights",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "The Knights"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/9377/?format=api",
                "id": 9377,
                "name": "Kizzy 4"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": []
}