GET /api/v1/releasers/123114/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/294504/?format=api",
        "demozoo_url": "https://demozoo.org/productions/294504/",
        "id": 294504,
        "title": "Braincolor",
        "author_nicks": [
            {
                "name": "Zett Darkstone",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123114/?format=api",
                    "id": 123114,
                    "name": "Zett Darkstone",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-05-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "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/294414/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/294414/",
        "id": 294414,
        "title": "Scene of P'tra",
        "author_nicks": [
            {
                "name": "Zett Darkstone",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123114/?format=api",
                    "id": 123114,
                    "name": "Zett Darkstone",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-05-14",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "256colors",
            "stages-included"
        ]
    }
]