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

[
    {
        "url": "https://demozoo.org/api/v1/productions/335937/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/335937/",
        "id": 335937,
        "title": "Pöllö",
        "author_nicks": [
            {
                "name": "Duke Nemo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11406/?format=api",
                    "id": 11406,
                    "name": "Duke Nemo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-07-31",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/57/?format=api",
                "id": 57,
                "name": "3D Model",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/27342/?format=api",
        "demozoo_url": "https://demozoo.org/music/27342/",
        "id": 27342,
        "title": "Storm",
        "author_nicks": [
            {
                "name": "Duke Nemo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11406/?format=api",
                    "id": 11406,
                    "name": "Duke Nemo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Coma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3147/?format=api",
                    "id": 3147,
                    "name": "Kooma",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-06-10",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]