GET /api/v1/releasers/26891/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/46192/?format=api",
        "demozoo_url": "https://demozoo.org/productions/46192/",
        "id": 46192,
        "title": "Signal Lost",
        "author_nicks": [
            {
                "name": "CrownGear",
                "abbreviation": "CG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26891/?format=api",
                    "id": 26891,
                    "name": "CrownGear",
                    "is_group": true
                }
            },
            {
                "name": "Ümlaüt Design",
                "abbreviation": "ÜD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4216/?format=api",
                    "id": 4216,
                    "name": "Ümlaüt Design",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-12-01",
        "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": [
            "bass",
            "directx-9",
            "zlib",
            "assimp",
            "story"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/42664/?format=api",
        "demozoo_url": "https://demozoo.org/productions/42664/",
        "id": 42664,
        "title": "Artifact",
        "author_nicks": [
            {
                "name": "CrownGear",
                "abbreviation": "CG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26891/?format=api",
                    "id": 26891,
                    "name": "CrownGear",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-09-29",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]