GET /api/v1/releasers/36058/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/79764/?format=api",
        "demozoo_url": "https://demozoo.org/productions/79764/",
        "id": 79764,
        "title": "Promenaden",
        "author_nicks": [
            {
                "name": "LOst",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36058/?format=api",
                    "id": 36058,
                    "name": "LOst",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "TMD Crew",
                "abbreviation": "TMD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30087/?format=api",
                    "id": 30087,
                    "name": "TMD Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-06-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/62558/?format=api",
        "demozoo_url": "https://demozoo.org/productions/62558/",
        "id": 62558,
        "title": "Besökarna",
        "author_nicks": [
            {
                "name": "LOst",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36058/?format=api",
                    "id": 36058,
                    "name": "LOst",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "TMD Crew",
                "abbreviation": "TMD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30087/?format=api",
                    "id": 30087,
                    "name": "TMD Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-06-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]