GET /api/v1/releasers/45722/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/174814/?format=api",
        "demozoo_url": "https://demozoo.org/productions/174814/",
        "id": 174814,
        "title": "Airwaves",
        "author_nicks": [
            {
                "name": "Dvik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45721/?format=api",
                    "id": 45721,
                    "name": "Dvik",
                    "is_group": false
                }
            },
            {
                "name": "Joyrex",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45722/?format=api",
                    "id": 45722,
                    "name": "Joyrex",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/174810/?format=api",
        "demozoo_url": "https://demozoo.org/productions/174810/",
        "id": 174810,
        "title": "Leila K",
        "author_nicks": [
            {
                "name": "Dvik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45721/?format=api",
                    "id": 45721,
                    "name": "Dvik",
                    "is_group": false
                }
            },
            {
                "name": "Joyrex",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45722/?format=api",
                    "id": 45722,
                    "name": "Joyrex",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-10-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]