GET /api/v1/releasers/41768/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/119393/?format=api",
        "demozoo_url": "https://demozoo.org/productions/119393/",
        "id": 119393,
        "title": "The Robocop 2 Demo",
        "author_nicks": [
            {
                "name": "Harvey Lodder",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41135/?format=api",
                    "id": 41135,
                    "name": "Harvey Lodder",
                    "is_group": false
                }
            },
            {
                "name": "Paul Brennan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41768/?format=api",
                    "id": 41768,
                    "name": "Paul Brennan",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-06-26",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/81575/?format=api",
        "demozoo_url": "https://demozoo.org/productions/81575/",
        "id": 81575,
        "title": "Back To The Future 2 Demo",
        "author_nicks": [
            {
                "name": "Harvey Lodder",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41135/?format=api",
                    "id": 41135,
                    "name": "Harvey Lodder",
                    "is_group": false
                }
            },
            {
                "name": "Paul Brennan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41768/?format=api",
                    "id": 41768,
                    "name": "Paul Brennan",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-06",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "animation",
            "back-to-the-future-part-ii"
        ]
    }
]