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

[
    {
        "url": "https://demozoo.org/api/v1/productions/37202/?format=api",
        "demozoo_url": "https://demozoo.org/productions/37202/",
        "id": 37202,
        "title": "Fly By",
        "author_nicks": [
            {
                "name": "New Order",
                "abbreviation": "NO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22150/?format=api",
                    "id": 22150,
                    "name": "New Order",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-07-19",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/37108/?format=api",
        "demozoo_url": "https://demozoo.org/productions/37108/",
        "id": 37108,
        "title": "First New Order Demo",
        "author_nicks": [
            {
                "name": "New Order",
                "abbreviation": "NO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22150/?format=api",
                    "id": 22150,
                    "name": "New Order",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-07-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/171589/?format=api",
        "demozoo_url": "https://demozoo.org/productions/171589/",
        "id": 171589,
        "title": "The Party 5 Anti-tro",
        "author_nicks": [
            {
                "name": "New Order",
                "abbreviation": "NO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22150/?format=api",
                    "id": 22150,
                    "name": "New Order",
                    "is_group": true
                }
            },
            {
                "name": "The KIP Brigade",
                "abbreviation": "TKB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6526/?format=api",
                    "id": 6526,
                    "name": "The KIP Brigade",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-12-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]