GET /api/v1/releasers/2593/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/123958/?format=api",
        "demozoo_url": "https://demozoo.org/productions/123958/",
        "id": 123958,
        "title": "Virus-Killer",
        "author_nicks": [
            {
                "name": "Tsunoo Rhilty",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2593/?format=api",
                    "id": 2593,
                    "name": "Tsunoo Rhilty",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/157249/?format=api",
        "demozoo_url": "https://demozoo.org/productions/157249/",
        "id": 157249,
        "title": "Super Copy Pack",
        "author_nicks": [
            {
                "name": "Tsunoo Rhilty",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2593/?format=api",
                    "id": 2593,
                    "name": "Tsunoo Rhilty",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/57/?format=api",
                "id": 57,
                "name": "Apple II GS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/78746/?format=api",
        "demozoo_url": "https://demozoo.org/productions/78746/",
        "id": 78746,
        "title": "Pawn Slideshow",
        "author_nicks": [
            {
                "name": "The Lord",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2593/?format=api",
                    "id": 2593,
                    "name": "Tsunoo Rhilty",
                    "is_group": false
                }
            },
            {
                "name": "Wolfhook",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41045/?format=api",
                    "id": 41045,
                    "name": "Wolfhook",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]