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

{
    "url": "https://demozoo.org/api/v1/releasers/12144/?format=api",
    "demozoo_url": "https://demozoo.org/groups/12144/",
    "id": 12144,
    "name": "Hippy Commune Productions",
    "is_group": true,
    "nicks": [
        {
            "name": "Hippy Commune Productions",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Hippy Commune Productions"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/49322/?format=api",
                "id": 49322,
                "name": "Zippy"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/366/?format=api",
                "id": 366,
                "name": "Statix"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=7586"
        }
    ]
}