GET /api/v1/releasers/25970/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/40508/?format=api",
        "demozoo_url": "https://demozoo.org/productions/40508/",
        "id": 40508,
        "title": "Toll-vaj",
        "author_nicks": [
            {
                "name": "Maczi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25970/?format=api",
                    "id": 25970,
                    "name": "Maczi",
                    "is_group": false
                }
            },
            {
                "name": "Wiktor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25971/?format=api",
                    "id": 25971,
                    "name": "Wiktor",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-07-04",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/201205/?format=api",
        "demozoo_url": "https://demozoo.org/music/201205/",
        "id": 201205,
        "title": "Princes in the dark",
        "author_nicks": [
            {
                "name": "Maczi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25970/?format=api",
                    "id": 25970,
                    "name": "Maczi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-08-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]