GET /api/v1/releasers/107591/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/347259/?format=api",
        "demozoo_url": "https://demozoo.org/productions/347259/",
        "id": 347259,
        "title": "Cooperation Demo",
        "author_nicks": [
            {
                "name": "International Software Freaks",
                "abbreviation": "ISF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107591/?format=api",
                    "id": 107591,
                    "name": "International Software Freaks",
                    "is_group": true
                }
            },
            {
                "name": "Shining 8",
                "abbreviation": "S8",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3436/?format=api",
                    "id": 3436,
                    "name": "Shining 8",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-03-06",
        "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/346182/?format=api",
        "demozoo_url": "https://demozoo.org/productions/346182/",
        "id": 346182,
        "title": "Maniac",
        "author_nicks": [
            {
                "name": "Exact",
                "abbreviation": "EX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7339/?format=api",
                    "id": 7339,
                    "name": "Exact",
                    "is_group": true
                }
            },
            {
                "name": "International Software Freaks",
                "abbreviation": "ISF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107591/?format=api",
                    "id": 107591,
                    "name": "International Software Freaks",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "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": []
    }
]