GET /api/v1/releasers/40282/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/76004/?format=api",
        "demozoo_url": "https://demozoo.org/productions/76004/",
        "id": 76004,
        "title": "It Takes A Lot Of Disk Space II",
        "author_nicks": [
            {
                "name": "The Atomic Men",
                "abbreviation": "TAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40282/?format=api",
                    "id": 40282,
                    "name": "The Atomic Men",
                    "is_group": true
                }
            }
        ],
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/76003/?format=api",
        "demozoo_url": "https://demozoo.org/productions/76003/",
        "id": 76003,
        "title": "It Takes A Lot Of Disk Space",
        "author_nicks": [
            {
                "name": "The Atomic Men",
                "abbreviation": "TAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40282/?format=api",
                    "id": 40282,
                    "name": "The Atomic Men",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-02-12",
        "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": [
            "no-sound",
            "ste"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/76000/?format=api",
        "demozoo_url": "https://demozoo.org/productions/76000/",
        "id": 76000,
        "title": "Contact Us",
        "author_nicks": [
            {
                "name": "The Atomic Men",
                "abbreviation": "TAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40282/?format=api",
                    "id": 40282,
                    "name": "The Atomic Men",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-12-29",
        "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": []
    }
]