GET /api/v1/releasers/52450/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/119286/?format=api",
        "demozoo_url": "https://demozoo.org/productions/119286/",
        "id": 119286,
        "title": "Police Squad",
        "author_nicks": [
            {
                "name": "The Cookie Monster",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52450/?format=api",
                    "id": 52450,
                    "name": "The Cookie Monster",
                    "is_group": false
                }
            },
            {
                "name": "The Skunk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32146/?format=api",
                    "id": 32146,
                    "name": "The Skunk",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-03-07",
        "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": [
            "sampledemo",
            "stos"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/119735/?format=api",
        "demozoo_url": "https://demozoo.org/productions/119735/",
        "id": 119735,
        "title": "The Prisoner",
        "author_nicks": [
            {
                "name": "The Cookie Monster",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/52450/?format=api",
                    "id": 52450,
                    "name": "The Cookie Monster",
                    "is_group": false
                }
            },
            {
                "name": "The Skunk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32146/?format=api",
                    "id": 32146,
                    "name": "The Skunk",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-11-24",
        "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": [
            "sampledemo"
        ]
    }
]