GET /api/v1/releasers/5500/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/46917/?format=api",
        "demozoo_url": "https://demozoo.org/productions/46917/",
        "id": 46917,
        "title": "Tunnel Light",
        "author_nicks": [
            {
                "name": "Undead",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5500/?format=api",
                    "id": 5500,
                    "name": "Undead",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-08-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/20/?format=api",
                "id": 20,
                "name": "512b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/3065/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/3065/",
        "id": 3065,
        "title": "Mellow",
        "author_nicks": [
            {
                "name": "Undead",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5500/?format=api",
                    "id": 5500,
                    "name": "Undead",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Mellow",
                "abbreviation": "MLW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1078/?format=api",
                    "id": 1078,
                    "name": "Mellow",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-01-28",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/24/?format=api",
                "id": 24,
                "name": "ASCII",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]