GET /api/v1/releasers/19889/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/126540/?format=api",
        "demozoo_url": "https://demozoo.org/productions/126540/",
        "id": 126540,
        "title": "Quality",
        "author_nicks": [
            {
                "name": "The Moonwalkers",
                "abbreviation": "TMW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19889/?format=api",
                    "id": 19889,
                    "name": "The Moonwalkers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-12-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/29064/?format=api",
        "demozoo_url": "https://demozoo.org/productions/29064/",
        "id": 29064,
        "title": "Nitroglycerin",
        "author_nicks": [
            {
                "name": "The Moonwalkers",
                "abbreviation": "TMW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19889/?format=api",
                    "id": 19889,
                    "name": "The Moonwalkers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-06-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/365896/?format=api",
        "demozoo_url": "https://demozoo.org/productions/365896/",
        "id": 365896,
        "title": "Amazing Demo: #01",
        "author_nicks": [
            {
                "name": "The Moonwalkers",
                "abbreviation": "TMW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19889/?format=api",
                    "id": 19889,
                    "name": "The Moonwalkers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-08-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "one-file-demo"
        ]
    }
]