GET /api/v1/releasers/20811/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/350543/?format=api",
        "demozoo_url": "https://demozoo.org/productions/350543/",
        "id": 350543,
        "title": "Diversity",
        "author_nicks": [
            {
                "name": "Madsy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20811/?format=api",
                    "id": 20811,
                    "name": "Madsy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-07-12",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/30696/?format=api",
        "demozoo_url": "https://demozoo.org/productions/30696/",
        "id": 30696,
        "title": "Lines!",
        "author_nicks": [
            {
                "name": "Madsy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20811/?format=api",
                    "id": 20811,
                    "name": "Madsy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Heed",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20810/?format=api",
                    "id": 20810,
                    "name": "Heed",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-04-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "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/30760/?format=api",
        "demozoo_url": "https://demozoo.org/music/30760/",
        "id": 30760,
        "title": "Rock Track",
        "author_nicks": [
            {
                "name": "Madsy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20811/?format=api",
                    "id": 20811,
                    "name": "Madsy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Heed",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20810/?format=api",
                    "id": 20810,
                    "name": "Heed",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-04-19",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]