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

[
    {
        "url": "https://demozoo.org/api/v1/productions/56585/?format=api",
        "demozoo_url": "https://demozoo.org/productions/56585/",
        "id": 56585,
        "title": "The Crime",
        "author_nicks": [
            {
                "name": "Kraviz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31207/?format=api",
                    "id": 31207,
                    "name": "Kraviz",
                    "is_group": false
                }
            },
            {
                "name": "Nina Koknaeva",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33370/?format=api",
                    "id": 33370,
                    "name": "Nina Koknaeva",
                    "is_group": false
                }
            },
            {
                "name": "Peregrinius",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33369/?format=api",
                    "id": 33369,
                    "name": "Peregrinius",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Abhorus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31208/?format=api",
                    "id": 31208,
                    "name": "Abhorus",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-08-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]