GET /api/v1/releasers/143874/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/354085/?format=api",
        "demozoo_url": "https://demozoo.org/productions/354085/",
        "id": 354085,
        "title": "Depthseeker",
        "author_nicks": [
            {
                "name": "Anna Ruippo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/143876/?format=api",
                    "id": 143876,
                    "name": "Anna Ruippo",
                    "is_group": false
                }
            },
            {
                "name": "Jessica Havula",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/143874/?format=api",
                    "id": 143874,
                    "name": "Jessica Havula",
                    "is_group": false
                }
            },
            {
                "name": "Joachim Penon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/143875/?format=api",
                    "id": 143875,
                    "name": "Joachim Penon",
                    "is_group": false
                }
            },
            {
                "name": "Lucas English",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/143873/?format=api",
                    "id": 143873,
                    "name": "Lucas English",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-08-01",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "godot"
        ]
    }
]