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

[
    {
        "url": "https://demozoo.org/api/v1/productions/79234/?format=api",
        "demozoo_url": "https://demozoo.org/productions/79234/",
        "id": 79234,
        "title": "io",
        "author_nicks": [
            {
                "name": "Thom",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10836/?format=api",
                    "id": 10836,
                    "name": "Thom",
                    "is_group": false
                }
            },
            {
                "name": "s_tec",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12006/?format=api",
                    "id": 12006,
                    "name": "s_tec",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-09-17",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/177102/?format=api",
        "demozoo_url": "https://demozoo.org/productions/177102/",
        "id": 177102,
        "title": "Antimatter",
        "author_nicks": [
            {
                "name": "s_tec",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12006/?format=api",
                    "id": 12006,
                    "name": "s_tec",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-12-11",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "textmode"
        ]
    }
]