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

{
    "url": "https://demozoo.org/api/v1/releasers/72264/?format=api",
    "demozoo_url": "https://demozoo.org/groups/72264/",
    "id": 72264,
    "name": "Banana Club",
    "is_group": true,
    "nicks": [
        {
            "name": "Banana Club",
            "abbreviation": "BNC",
            "is_primary_nick": true,
            "variants": [
                "BNC",
                "Banana Club"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/32124/?format=api",
                "id": 32124,
                "name": "Hysteria"
            },
            "is_current": false
        }
    ],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/43681/?format=api",
                "id": 43681,
                "name": "Captain Bug"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/72265/?format=api",
                "id": 72265,
                "name": "Mad Man"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/72266/?format=api",
                "id": 72266,
                "name": "X-Ray"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": []
}