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

[
    {
        "url": "https://demozoo.org/api/v1/productions/67289/?format=api",
        "demozoo_url": "https://demozoo.org/productions/67289/",
        "id": 67289,
        "title": "King of the Cabbage World",
        "author_nicks": [
            {
                "name": "Rapture Seekers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35890/?format=api",
                    "id": 35890,
                    "name": "Rapture Seekers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-08-09",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost",
            "commercial-game",
            "j2me"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/61906/?format=api",
        "demozoo_url": "https://demozoo.org/productions/61906/",
        "id": 61906,
        "title": "Kreivi Krapula",
        "author_nicks": [
            {
                "name": "Rapture Seekers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35890/?format=api",
                    "id": 35890,
                    "name": "Rapture Seekers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-08-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/47/?format=api",
                "id": 47,
                "name": "Flash"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]