GET /api/v1/releasers/82100/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/194064/?format=api",
        "demozoo_url": "https://demozoo.org/productions/194064/",
        "id": 194064,
        "title": "New Years BBStro",
        "author_nicks": [
            {
                "name": "Aussie Alliance",
                "abbreviation": "AA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/82100/?format=api",
                    "id": 82100,
                    "name": "Aussie Alliance",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-01-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/194065/?format=api",
        "demozoo_url": "https://demozoo.org/productions/194065/",
        "id": 194065,
        "title": "BBSTro",
        "author_nicks": [
            {
                "name": "Aussie Alliance",
                "abbreviation": "AA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/82100/?format=api",
                    "id": 82100,
                    "name": "Aussie Alliance",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/22/?format=api",
                "id": 22,
                "name": "32K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]