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

[
    {
        "url": "https://demozoo.org/api/v1/productions/176454/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176454/",
        "id": 176454,
        "title": "Stardust",
        "author_nicks": [
            {
                "name": "Rachy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11245/?format=api",
                    "id": 11245,
                    "name": "Rachy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Methabolix Inc.",
                "abbreviation": "MX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11242/?format=api",
                    "id": 11242,
                    "name": "Methabolix Inc.",
                    "is_group": true
                }
            }
        ],
        "release_date": "2009-04-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/41/?format=api",
                "id": 41,
                "name": "Commodore 16/Plus 4"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]