GET /api/v1/releasers/73790/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/295771/?format=api",
        "demozoo_url": "https://demozoo.org/productions/295771/",
        "id": 295771,
        "title": "Voxel Landscape Demo",
        "author_nicks": [
            {
                "name": "GlacierX",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73790/?format=api",
                    "id": 73790,
                    "name": "GlacierX",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Vinlandia",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22034/?format=api",
                    "id": 22034,
                    "name": "Vinlandia",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-04-02",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/286925/?format=api",
        "demozoo_url": "https://demozoo.org/music/286925/",
        "id": 286925,
        "title": "Hyperbolic Drumcrap",
        "author_nicks": [
            {
                "name": "Void",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73790/?format=api",
                    "id": 73790,
                    "name": "GlacierX",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Vinlandia",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22034/?format=api",
                    "id": 22034,
                    "name": "Vinlandia",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-02-09",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "16ch",
            "it"
        ]
    }
]