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

{
    "url": "https://demozoo.org/api/v1/releasers/73761/?format=api",
    "demozoo_url": "https://demozoo.org/groups/73761/",
    "id": 73761,
    "name": "A and J",
    "is_group": true,
    "nicks": [
        {
            "name": "A and J",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "A and J"
            ]
        },
        {
            "name": "A&J",
            "abbreviation": "",
            "is_primary_nick": false,
            "variants": [
                "A&J"
            ]
        }
    ],
    "member_of": [],
    "members": [
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/47664/?format=api",
                "id": 47664,
                "name": "J"
            },
            "is_current": true
        },
        {
            "member": {
                "url": "https://demozoo.org/api/v1/releasers/47663/?format=api",
                "id": 47663,
                "name": "A"
            },
            "is_current": true
        }
    ],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "PouetGroup",
            "url": "https://www.pouet.net/groups.php?which=2804"
        }
    ]
}