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

{
    "url": "https://demozoo.org/api/v1/releasers/112222/?format=api",
    "demozoo_url": "https://demozoo.org/groups/112222/",
    "id": 112222,
    "name": "West Coast Cracking Production",
    "is_group": true,
    "nicks": [
        {
            "name": "West Coast Cracking Production",
            "abbreviation": "WCCP",
            "is_primary_nick": true,
            "variants": [
                "WCCP",
                "West Coast Cracking Production"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/112223/?format=api",
                "id": 112223,
                "name": "TCK"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/112224/?format=api",
                "id": 112224,
                "name": "Mr. Plato"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "Defacto2Group",
            "url": "https://defacto2.net/g/west-coast-cracking-production"
        },
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=14782"
        }
    ]
}