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

[
    {
        "url": "https://demozoo.org/api/v1/productions/64101/?format=api",
        "demozoo_url": "https://demozoo.org/productions/64101/",
        "id": 64101,
        "title": "Elbo Demo",
        "author_nicks": [
            {
                "name": "Memborg",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36490/?format=api",
                    "id": 36490,
                    "name": "Memborg",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Bytebusters",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/135196/?format=api",
                    "id": 135196,
                    "name": "Byte Busters",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-02-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/47/?format=api",
                "id": 47,
                "name": "Flash"
            }
        ],
        "types": [],
        "tags": []
    }
]