GET /api/v1/releasers/33321/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/56432/?format=api",
        "demozoo_url": "https://demozoo.org/music/56432/",
        "id": 56432,
        "title": "Submachina",
        "author_nicks": [
            {
                "name": "Stereonoize gallery",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33321/?format=api",
                    "id": 33321,
                    "name": "Stereonoize gallery",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-05-09",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/56433/?format=api",
        "demozoo_url": "https://demozoo.org/music/56433/",
        "id": 56433,
        "title": "Eye in the mirror",
        "author_nicks": [
            {
                "name": "Stereonoize gallery",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33321/?format=api",
                    "id": 33321,
                    "name": "Stereonoize gallery",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-05-09",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]