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

[
    {
        "url": "https://demozoo.org/api/v1/productions/21804/?format=api",
        "demozoo_url": "https://demozoo.org/productions/21804/",
        "id": 21804,
        "title": "Windoofz 2000",
        "author_nicks": [
            {
                "name": "Matador",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11300/?format=api",
                    "id": 11300,
                    "name": "Matador",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "TUSA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16052/?format=api",
                    "id": 16052,
                    "name": "TUSA",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-04-05",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/22088/?format=api",
        "demozoo_url": "https://demozoo.org/productions/22088/",
        "id": 22088,
        "title": "Fast Intro",
        "author_nicks": [
            {
                "name": "Matador",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11300/?format=api",
                    "id": 11300,
                    "name": "Matador",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "TUSA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16052/?format=api",
                    "id": 16052,
                    "name": "TUSA",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-04-04",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]