GET /api/v1/releasers/32954/productions/?format=api&ordering=name
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/95570/?format=api",
        "demozoo_url": "https://demozoo.org/productions/95570/",
        "id": 95570,
        "title": "Turtle Dist 1",
        "author_nicks": [
            {
                "name": "Infinity",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32954/?format=api",
                    "id": 32954,
                    "name": "Infinity",
                    "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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/70317/?format=api",
        "demozoo_url": "https://demozoo.org/productions/70317/",
        "id": 70317,
        "title": "Imagina/O.U.C.H./Infinity Party Invitation",
        "author_nicks": [
            {
                "name": "Imagina",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2199/?format=api",
                    "id": 2199,
                    "name": "Imagina",
                    "is_group": true
                }
            },
            {
                "name": "Infinity",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32954/?format=api",
                    "id": 32954,
                    "name": "Infinity",
                    "is_group": true
                }
            },
            {
                "name": "O.U.C.H.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2376/?format=api",
                    "id": 2376,
                    "name": "O.U.C.H.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "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/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]