GET /api/v1/releasers/149430/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/371900/?format=api",
        "demozoo_url": "https://demozoo.org/productions/371900/",
        "id": 371900,
        "title": "Ukraine Demo 1996",
        "author_nicks": [
            {
                "name": "A&B Soft",
                "abbreviation": "A and B Soft",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/149430/?format=api",
                    "id": 149430,
                    "name": "A&B Soft",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "politics",
            "incomplete-credits",
            "russian",
            "ukraine"
        ]
    }
]