GET /api/v1/releasers/87456/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/303051/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/303051/",
        "id": 303051,
        "title": "SIK Art Pack #4",
        "author_nicks": [
            {
                "name": "Some Insane Kreations",
                "abbreviation": "SIK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/87456/?format=api",
                    "id": 87456,
                    "name": "Some Insane Kreations",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]