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

[
    {
        "url": "https://demozoo.org/api/v1/productions/13578/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13578/",
        "id": 13578,
        "title": "Popcorn 3",
        "author_nicks": [
            {
                "name": "Andy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12524/?format=api",
                    "id": 12524,
                    "name": "Andy",
                    "is_group": false
                }
            },
            {
                "name": "CatMan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8959/?format=api",
                    "id": 8959,
                    "name": "Cat-Man",
                    "is_group": false
                }
            },
            {
                "name": "Wise Man",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12472/?format=api",
                    "id": 12472,
                    "name": "Wise Man",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-06-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]