GET /api/v1/releasers/35006/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/60631/?format=api",
        "demozoo_url": "https://demozoo.org/productions/60631/",
        "id": 60631,
        "title": "Tired Folx Go Berzerk",
        "author_nicks": [
            {
                "name": "Grim Reaper Crew",
                "abbreviation": "GRC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32174/?format=api",
                    "id": 32174,
                    "name": "Grim Reaper Crew",
                    "is_group": true
                }
            },
            {
                "name": "The Sign Of Four",
                "abbreviation": "TSOF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35006/?format=api",
                    "id": 35006,
                    "name": "The Sign Of Four",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-04-19",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/156255/?format=api",
        "demozoo_url": "https://demozoo.org/productions/156255/",
        "id": 156255,
        "title": "TSOF First Demo",
        "author_nicks": [
            {
                "name": "The Sign Of Four",
                "abbreviation": "TSOF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35006/?format=api",
                    "id": 35006,
                    "name": "The Sign Of Four",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    }
]