GET /api/v1/releasers/12254/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/11750/?format=api",
        "demozoo_url": "https://demozoo.org/music/11750/",
        "id": 11750,
        "title": "Romash",
        "author_nicks": [
            {
                "name": "Jungar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12254/?format=api",
                    "id": 12254,
                    "name": "Jungar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/12584/?format=api",
        "demozoo_url": "https://demozoo.org/productions/12584/",
        "id": 12584,
        "title": "3D Gift",
        "author_nicks": [
            {
                "name": "Dreamer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1003/?format=api",
                    "id": 1003,
                    "name": "Dreamer",
                    "is_group": false
                }
            },
            {
                "name": "Jungar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12254/?format=api",
                    "id": 12254,
                    "name": "Jungar",
                    "is_group": false
                }
            },
            {
                "name": "Rob F",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9322/?format=api",
                    "id": 9322,
                    "name": "Rob F",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995",
        "supertype": "production",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]