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

{
    "url": "https://demozoo.org/api/v1/releasers/10008/?format=api",
    "demozoo_url": "https://demozoo.org/groups/10008/",
    "id": 10008,
    "name": "Blown To Bits",
    "is_group": true,
    "nicks": [
        {
            "name": "Blown To Bits",
            "abbreviation": "BTB",
            "is_primary_nick": true,
            "variants": [
                "BTB",
                "Blown To Bits"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/906/?format=api",
                "id": 906,
                "name": "Dalezy"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/10009/?format=api",
                "id": 10009,
                "name": "Makk"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/13925/?format=api",
                "id": 13925,
                "name": "Spoon"
            },
            "is_current": false
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/36449/?format=api",
                "id": 36449,
                "name": "Shot"
            },
            "is_current": false
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "Defacto2Group",
            "url": "https://defacto2.net/g/blown-to-bits"
        }
    ]
}