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

[
    {
        "url": "https://demozoo.org/api/v1/productions/123780/?format=api",
        "demozoo_url": "https://demozoo.org/productions/123780/",
        "id": 123780,
        "title": "Rick Dangerous (Playable Demo)",
        "author_nicks": [
            {
                "name": "Core Design",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54067/?format=api",
                    "id": 54067,
                    "name": "Core Design",
                    "is_group": true
                }
            },
            {
                "name": "Firebird",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54106/?format=api",
                    "id": 54106,
                    "name": "Firebird",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-09",
        "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": [
            "rick-dangerous",
            "commercial-demo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/131864/?format=api",
        "demozoo_url": "https://demozoo.org/productions/131864/",
        "id": 131864,
        "title": "The Sentinel",
        "author_nicks": [
            {
                "name": "Firebird",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54106/?format=api",
                    "id": 54106,
                    "name": "Firebird",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "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-game",
            "the-sentinel"
        ]
    }
]