GET /api/v1/releasers/128540/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/363360/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/363360/",
        "id": 363360,
        "title": "LASA by Rad Man",
        "author_nicks": [
            {
                "name": "Los Angeles Sysops Alliance",
                "abbreviation": "LASA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/128540/?format=api",
                    "id": 128540,
                    "name": "Los Angeles Sysops Alliance",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-08-06",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]