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

[
    {
        "url": "https://demozoo.org/api/v1/productions/66758/?format=api",
        "demozoo_url": "https://demozoo.org/productions/66758/",
        "id": 66758,
        "title": "Trace of Chaos 2",
        "author_nicks": [
            {
                "name": "Sphere Replikants",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34480/?format=api",
                    "id": 34480,
                    "name": "Sphere Replikants",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-08-09",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/59308/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59308/",
        "id": 59308,
        "title": "Trace of chaos",
        "author_nicks": [
            {
                "name": "Sphere Replikants",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34480/?format=api",
                    "id": 34480,
                    "name": "Sphere Replikants",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-11-30",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]