GET /api/v1/releasers/30572/productions/?format=api&ordering=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/51807/?format=api",
        "demozoo_url": "https://demozoo.org/music/51807/",
        "id": 51807,
        "title": "Caribbean Ocean",
        "author_nicks": [
            {
                "name": "Sigma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30572/?format=api",
                    "id": 30572,
                    "name": "Sigma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-04-10",
        "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/51753/?format=api",
        "demozoo_url": "https://demozoo.org/music/51753/",
        "id": 51753,
        "title": "Fly With Me (Into Eternity)",
        "author_nicks": [
            {
                "name": "Sigma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30572/?format=api",
                    "id": 30572,
                    "name": "Sigma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-05-31",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]