GET /api/v1/releasers/90402/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/205254/?format=api",
        "demozoo_url": "https://demozoo.org/productions/205254/",
        "id": 205254,
        "title": "Funky Fireworks",
        "author_nicks": [
            {
                "name": "alex2006",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90402/?format=api",
                    "id": 90402,
                    "name": "alex2006",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "CRTC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3623/?format=api",
                    "id": 3623,
                    "name": "CRTC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2019-06-22",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound",
            "zlib",
            "sdl2"
        ]
    }
]