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

[
    {
        "url": "https://demozoo.org/api/v1/productions/63888/?format=api",
        "demozoo_url": "https://demozoo.org/productions/63888/",
        "id": 63888,
        "title": "funny smiley",
        "author_nicks": [
            {
                "name": "Alexander Nosov",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36358/?format=api",
                    "id": 36358,
                    "name": "Alexander Nosov",
                    "is_group": false
                }
            },
            {
                "name": "Evgeny Tolokin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36359/?format=api",
                    "id": 36359,
                    "name": "Evgeny Tolokin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-07-23",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]