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

[
    {
        "url": "https://demozoo.org/api/v1/productions/78640/?format=api",
        "demozoo_url": "https://demozoo.org/productions/78640/",
        "id": 78640,
        "title": "Flaming Space Balls",
        "author_nicks": [
            {
                "name": "Marko Kärkelä",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41024/?format=api",
                    "id": 41024,
                    "name": "Marko Kärkelä",
                    "is_group": false
                }
            },
            {
                "name": "Mikko Kärkelä",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41025/?format=api",
                    "id": 41025,
                    "name": "Mikko Kärkelä",
                    "is_group": false
                }
            },
            {
                "name": "Pauli Valkeejärvi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41026/?format=api",
                    "id": 41026,
                    "name": "Pauli Valkeejärvi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-08-04",
        "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": []
    }
]