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

[
    {
        "url": "https://demozoo.org/api/v1/productions/123883/?format=api",
        "demozoo_url": "https://demozoo.org/productions/123883/",
        "id": 123883,
        "title": "Chips Challenge (Demo Version For Zero Magazine)",
        "author_nicks": [
            {
                "name": "Epyx Inc.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54126/?format=api",
                    "id": 54126,
                    "name": "Epyx Inc.",
                    "is_group": true
                }
            },
            {
                "name": "US Gold",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53885/?format=api",
                    "id": 53885,
                    "name": "U.S. Gold",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "commercial-demo",
            "chips-challenge"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/145193/?format=api",
        "demozoo_url": "https://demozoo.org/productions/145193/",
        "id": 145193,
        "title": "Chips Challenge (Demo Version For TOS)",
        "author_nicks": [
            {
                "name": "Epyx Inc.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54126/?format=api",
                    "id": 54126,
                    "name": "Epyx Inc.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "chips-challenge"
        ]
    }
]