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

{
    "url": "https://demozoo.org/api/v1/releasers/19870/?format=api",
    "demozoo_url": "https://demozoo.org/groups/19870/",
    "id": 19870,
    "name": "Peanuts",
    "is_group": true,
    "nicks": [
        {
            "name": "Peanuts",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Peanuts"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/531/?format=api",
                "id": 531,
                "name": "JMS"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/14485/?format=api",
                "id": 14485,
                "name": "Krash"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": []
}