GET /api/v1/releasers/90119/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/255128/?format=api",
        "demozoo_url": "https://demozoo.org/productions/255128/",
        "id": 255128,
        "title": "Shimmering Madness",
        "author_nicks": [
            {
                "name": "The Neverstoppers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90119/?format=api",
                    "id": 90119,
                    "name": "The Neverstoppers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-08-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "softsynth",
            "powershell",
            ".net-4.8"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/204602/?format=api",
        "demozoo_url": "https://demozoo.org/productions/204602/",
        "id": 204602,
        "title": "One Scene",
        "author_nicks": [
            {
                "name": "The Neverstoppers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90119/?format=api",
                    "id": 90119,
                    "name": "The Neverstoppers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-06-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "gnu-rocket",
            "processing"
        ]
    }
]