GET /api/v1/releasers/109739/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/367032/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367032/",
        "id": 367032,
        "title": "New Intro",
        "author_nicks": [
            {
                "name": "The German Forces",
                "abbreviation": "TGF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109739/?format=api",
                    "id": 109739,
                    "name": "The German Forces",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/367031/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367031/",
        "id": 367031,
        "title": "Chyronex",
        "author_nicks": [
            {
                "name": "The German Forces",
                "abbreviation": "TGF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109739/?format=api",
                    "id": 109739,
                    "name": "The German Forces",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-03-25",
        "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"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/336001/?format=api",
        "demozoo_url": "https://demozoo.org/productions/336001/",
        "id": 336001,
        "title": "Time To...",
        "author_nicks": [
            {
                "name": "The German Forces",
                "abbreviation": "TGF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/109739/?format=api",
                    "id": 109739,
                    "name": "The German Forces",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-01-21",
        "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": []
    }
]