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

[
    {
        "url": "https://demozoo.org/api/v1/productions/316996/?format=api",
        "demozoo_url": "https://demozoo.org/productions/316996/",
        "id": 316996,
        "title": "Christmas Star (Linux PC/Python 3.x)",
        "author_nicks": [
            {
                "name": "Herpes",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92291/?format=api",
                    "id": 92291,
                    "name": "Herpes",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sign",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105799/?format=api",
                    "id": 105799,
                    "name": "Sign",
                    "is_group": true
                }
            }
        ],
        "release_date": "2022-12-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "python"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/317130/?format=api",
        "demozoo_url": "https://demozoo.org/productions/317130/",
        "id": 317130,
        "title": "Christmas Star (Linux PC/Java (17, shoul..)",
        "author_nicks": [
            {
                "name": "Herpes",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92291/?format=api",
                    "id": 92291,
                    "name": "Herpes",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sign",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105799/?format=api",
                    "id": 105799,
                    "name": "Sign",
                    "is_group": true
                }
            }
        ],
        "release_date": "2022-12-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]