GET /api/v1/releasers/40818/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/193794/?format=api",
        "demozoo_url": "https://demozoo.org/productions/193794/",
        "id": 193794,
        "title": "Gabo21",
        "author_nicks": [
            {
                "name": "Gabo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40818/?format=api",
                    "id": 40818,
                    "name": "Gabo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-09-22",
        "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/19/?format=api",
                "id": 19,
                "name": "256b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/78073/?format=api",
        "demozoo_url": "https://demozoo.org/music/78073/",
        "id": 78073,
        "title": "Subte",
        "author_nicks": [
            {
                "name": "Dado",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40792/?format=api",
                    "id": 40792,
                    "name": "Dado",
                    "is_group": false
                }
            },
            {
                "name": "Gabo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40818/?format=api",
                    "id": 40818,
                    "name": "Gabo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-12-04",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]