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

[
    {
        "url": "https://demozoo.org/api/v1/productions/58023/?format=api",
        "demozoo_url": "https://demozoo.org/productions/58023/",
        "id": 58023,
        "title": "No More",
        "author_nicks": [
            {
                "name": "BenV",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34020/?format=api",
                    "id": 34020,
                    "name": "BenV",
                    "is_group": false
                }
            },
            {
                "name": "Verty",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34019/?format=api",
                    "id": 34019,
                    "name": "Verty",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "JuNe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34021/?format=api",
                    "id": 34021,
                    "name": "JuNe",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-06-23",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]