GET /api/v1/releasers/37480/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/14046/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/14046/",
        "id": 14046,
        "title": "Smoke'98",
        "author_nicks": [
            {
                "name": "Smoke",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37480/?format=api",
                    "id": 37480,
                    "name": "Smoke",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Clevers Group",
                "abbreviation": "CLV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9436/?format=api",
                    "id": 9436,
                    "name": "Clevers Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/117569/?format=api",
        "demozoo_url": "https://demozoo.org/music/117569/",
        "id": 117569,
        "title": "Cosmic Illusion",
        "author_nicks": [
            {
                "name": "Smoke",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37480/?format=api",
                    "id": 37480,
                    "name": "Smoke",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Clevers Group",
                "abbreviation": "CLV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9436/?format=api",
                    "id": 9436,
                    "name": "Clevers Group",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]