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

[
    {
        "url": "https://demozoo.org/api/v1/productions/12895/?format=api",
        "demozoo_url": "https://demozoo.org/productions/12895/",
        "id": 12895,
        "title": "Demo Scene Dying",
        "author_nicks": [
            {
                "name": "Beermans",
                "abbreviation": "BMZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8882/?format=api",
                    "id": 8882,
                    "name": "Beermans",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Extreme Entertainment",
                "abbreviation": "XTM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8883/?format=api",
                    "id": 8883,
                    "name": "Extreme Entertainment",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-08-22",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "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/349960/?format=api",
        "demozoo_url": "https://demozoo.org/productions/349960/",
        "id": 349960,
        "title": "Street Fighter 2",
        "author_nicks": [
            {
                "name": "Beermans",
                "abbreviation": "BMZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8882/?format=api",
                    "id": 8882,
                    "name": "Beermans",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]