GET /api/v1/releasers/67365/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/153072/?format=api",
        "demozoo_url": "https://demozoo.org/productions/153072/",
        "id": 153072,
        "title": "Matrix",
        "author_nicks": [
            {
                "name": "Jason",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/67365/?format=api",
                    "id": 67365,
                    "name": "Jason",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Bronx",
                "abbreviation": "BNX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1508/?format=api",
                    "id": 1508,
                    "name": "Bronx",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-05-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [],
        "tags": []
    }
]