GET /api/v1/releasers/30526/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/51695/?format=api",
        "demozoo_url": "https://demozoo.org/productions/51695/",
        "id": 51695,
        "title": "M-Ether 3 - Drone",
        "author_nicks": [
            {
                "name": "ALLien Senses",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6160/?format=api",
                    "id": 6160,
                    "name": "ALLien Senses",
                    "is_group": true
                }
            },
            {
                "name": "New Age Beats",
                "abbreviation": "NAB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30526/?format=api",
                    "id": 30526,
                    "name": "New Age Beats",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-10-19",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]