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

{
    "url": "https://demozoo.org/api/v1/releasers/2525/?format=api",
    "demozoo_url": "https://demozoo.org/sceners/2525/",
    "id": 2525,
    "name": "Epsilon",
    "is_group": false,
    "nicks": [
        {
            "name": "Epsilon",
            "abbreviation": "",
            "is_primary_nick": true,
            "variants": [
                "Epsilon"
            ]
        }
    ],
    "member_of": [
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/2223/?format=api",
                "id": 2223,
                "name": "Overlanders"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/65322/?format=api",
                "id": 65322,
                "name": "The Misfits Software"
            },
            "is_current": true
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/41242/?format=api",
                "id": 41242,
                "name": "The Alien Team"
            },
            "is_current": false
        },
        {
            "group": {
                "url": "https://demozoo.org/api/v1/releasers/31830/?format=api",
                "id": 31830,
                "name": "The Predators"
            },
            "is_current": false
        }
    ],
    "members": [],
    "subgroups": [],
    "external_links": [
        {
            "link_class": "BaseUrl",
            "url": "http://www.foxysofts.com/tms/"
        }
    ]
}