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

[
    {
        "url": "https://demozoo.org/api/v1/productions/58092/?format=api",
        "demozoo_url": "https://demozoo.org/productions/58092/",
        "id": 58092,
        "title": "Void",
        "author_nicks": [
            {
                "name": "Andyk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30068/?format=api",
                    "id": 30068,
                    "name": "Lofihile",
                    "is_group": false
                }
            },
            {
                "name": "Bezurk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16239/?format=api",
                    "id": 16239,
                    "name": "Bezurk",
                    "is_group": false
                }
            },
            {
                "name": "Pippi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34052/?format=api",
                    "id": 34052,
                    "name": "Pippi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "BroekHoest Inc.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34053/?format=api",
                    "id": 34053,
                    "name": "BroekHoest Inc.",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-06-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]