GET /api/v1/releasers/43474/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/87594/?format=api",
        "demozoo_url": "https://demozoo.org/productions/87594/",
        "id": 87594,
        "title": "Pommi",
        "author_nicks": [
            {
                "name": "Dark Raccoons",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43474/?format=api",
                    "id": 43474,
                    "name": "Dark Raccoons",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-05-14",
        "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": [
            "opengl",
            "sfml",
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/87606/?format=api",
        "demozoo_url": "https://demozoo.org/music/87606/",
        "id": 87606,
        "title": "Pilipalit ei lopu",
        "author_nicks": [
            {
                "name": "Dark Raccoons",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43474/?format=api",
                    "id": 43474,
                    "name": "Dark Raccoons",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-05-14",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]