GET /api/v1/releasers/16761/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/22935/?format=api",
        "demozoo_url": "https://demozoo.org/music/22935/",
        "id": 22935,
        "title": "Zetetic Revival",
        "author_nicks": [
            {
                "name": "Zack Fakes",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16761/?format=api",
                    "id": 16761,
                    "name": "Zack Fakes",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/23163/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/23163/",
        "id": 23163,
        "title": "FAKES",
        "author_nicks": [
            {
                "name": "Zack Fakes",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16761/?format=api",
                    "id": 16761,
                    "name": "Zack Fakes",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-07",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]