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

[
    {
        "url": "https://demozoo.org/api/v1/productions/297891/?format=api",
        "demozoo_url": "https://demozoo.org/productions/297891/",
        "id": 297891,
        "title": "Hot Star",
        "author_nicks": [
            {
                "name": "Denthor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42674/?format=api",
                    "id": 42674,
                    "name": "Denthor",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Asphyxia",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42673/?format=api",
                    "id": 42673,
                    "name": "Asphyxia",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-01-01",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "pascal",
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/186623/?format=api",
        "demozoo_url": "https://demozoo.org/productions/186623/",
        "id": 186623,
        "title": "Texter",
        "author_nicks": [
            {
                "name": "Denthor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42674/?format=api",
                    "id": 42674,
                    "name": "Denthor",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Asphyxia",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42673/?format=api",
                    "id": 42673,
                    "name": "Asphyxia",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]