GET /api/v1/releasers/10904/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/76532/?format=api",
        "demozoo_url": "https://demozoo.org/productions/76532/",
        "id": 76532,
        "title": "A Pig's Dream",
        "author_nicks": [
            {
                "name": "Delilah",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4319/?format=api",
                    "id": 4319,
                    "name": "Delilah",
                    "is_group": false
                }
            },
            {
                "name": "Ozon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10904/?format=api",
                    "id": 10904,
                    "name": "Makc",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "SKiM",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4345/?format=api",
                    "id": 4345,
                    "name": "SKiM",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-03-01",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]