GET /api/v1/releasers/125638/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/298170/?format=api",
        "demozoo_url": "https://demozoo.org/productions/298170/",
        "id": 298170,
        "title": "Stack_Em",
        "author_nicks": [
            {
                "name": "Arnauld Chevallier",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/125638/?format=api",
                    "id": 125638,
                    "name": "Arnauld Chevallier",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/85/?format=api",
                "id": 85,
                "name": "Intellivision"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]