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

[
    {
        "url": "https://demozoo.org/api/v1/productions/157858/?format=api",
        "demozoo_url": "https://demozoo.org/productions/157858/",
        "id": 157858,
        "title": "MOscroll",
        "author_nicks": [
            {
                "name": "Engine",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29589/?format=api",
                    "id": 29589,
                    "name": "Engine",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Gnumpf-Posse",
                "abbreviation": "GNP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5928/?format=api",
                    "id": 5928,
                    "name": "Gnumpf-Posse",
                    "is_group": true
                }
            }
        ],
        "release_date": "2005-04-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]