GET /api/v1/releasers/35328/productions/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/63267/?format=api",
        "demozoo_url": "https://demozoo.org/productions/63267/",
        "id": 63267,
        "title": "Journey",
        "author_nicks": [
            {
                "name": "Polynomials",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35328/?format=api",
                    "id": 35328,
                    "name": "Polynomials",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-02-22",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "128k"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/112532/?format=api",
        "demozoo_url": "https://demozoo.org/productions/112532/",
        "id": 112532,
        "title": "Formula",
        "author_nicks": [
            {
                "name": "Polynomials",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35328/?format=api",
                    "id": 35328,
                    "name": "Polynomials",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]