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

[
    {
        "url": "https://demozoo.org/api/v1/productions/43682/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/43682/",
        "id": 43682,
        "title": "Teaching",
        "author_nicks": [
            {
                "name": "Bloody Rose",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25252/?format=api",
                    "id": 25252,
                    "name": "Rose",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-11-06",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/39539/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/39539/",
        "id": 39539,
        "title": "Butterfly",
        "author_nicks": [
            {
                "name": "Rose",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25252/?format=api",
                    "id": 25252,
                    "name": "Rose",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Ambush",
                "abbreviation": "AMB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25219/?format=api",
                    "id": 25219,
                    "name": "Ambush",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-12-26",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]