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

[
    {
        "url": "https://demozoo.org/api/v1/productions/160324/?format=api",
        "demozoo_url": "https://demozoo.org/productions/160324/",
        "id": 160324,
        "title": "Running 2 MILAN Edition",
        "author_nicks": [
            {
                "name": "Running Design Team",
                "abbreviation": "RDT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32727/?format=api",
                    "id": 32727,
                    "name": "Running Design Team",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-11-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/62/?format=api",
                "id": 62,
                "name": "Custom Hardware"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "unfinished",
            "preview",
            "canceled"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/160325/?format=api",
        "demozoo_url": "https://demozoo.org/productions/160325/",
        "id": 160325,
        "title": "Running (Shareware Edition V1.0)",
        "author_nicks": [
            {
                "name": "Running Design Team",
                "abbreviation": "RDT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32727/?format=api",
                    "id": 32727,
                    "name": "Running Design Team",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-11-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "commercial-game"
        ]
    }
]