GET /api/v1/releasers/16321/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/156180/?format=api",
        "demozoo_url": "https://demozoo.org/productions/156180/",
        "id": 156180,
        "title": "Mighty Max Final (Starfield Intro)",
        "author_nicks": [
            {
                "name": "Sneakers",
                "abbreviation": "SNK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16321/?format=api",
                    "id": 16321,
                    "name": "Sneakers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/34/?format=api",
                "id": 34,
                "name": "Nintendo SNES/Super FamiCom"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/156179/?format=api",
        "demozoo_url": "https://demozoo.org/productions/156179/",
        "id": 156179,
        "title": "The Falling Leaves",
        "author_nicks": [
            {
                "name": "Sneakers",
                "abbreviation": "SNK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16321/?format=api",
                    "id": 16321,
                    "name": "Sneakers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-12-25",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/34/?format=api",
                "id": 34,
                "name": "Nintendo SNES/Super FamiCom"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]