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

[
    {
        "url": "https://demozoo.org/api/v1/productions/49162/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/49162/",
        "id": 49162,
        "title": "Horizon2000",
        "author_nicks": [
            {
                "name": "Phz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29747/?format=api",
                    "id": 29747,
                    "name": "Phz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Beepop",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29748/?format=api",
                    "id": 29748,
                    "name": "Beepop",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-07-08",
        "supertype": "graphics",
        "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/24/?format=api",
                "id": 24,
                "name": "ASCII",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]