GET /api/v1/releasers/144475/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/355799/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/355799/",
        "id": 355799,
        "title": "Keep Rollin' Rollin' Rollin'",
        "author_nicks": [
            {
                "name": "Where's your wanted, sexy turtle now",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144475/?format=api",
                    "id": 144475,
                    "name": "Where's your wanted, sexy turtle now",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Jumalauta",
                "abbreviation": "JML",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1297/?format=api",
                    "id": 1297,
                    "name": "Jumalauta",
                    "is_group": true
                }
            }
        ],
        "release_date": "2024-08-24",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "turtle"
        ]
    }
]