GET /api/v1/releasers/44882/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/277376/?format=api",
        "demozoo_url": "https://demozoo.org/productions/277376/",
        "id": 277376,
        "title": "Epic Sax Gandalf",
        "author_nicks": [
            {
                "name": "Deja Vu",
                "abbreviation": "DJV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44882/?format=api",
                    "id": 44882,
                    "name": "Deja Vu",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-04-12",
        "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/22/?format=api",
                "id": 22,
                "name": "32K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/94794/?format=api",
        "demozoo_url": "https://demozoo.org/productions/94794/",
        "id": 94794,
        "title": "1991",
        "author_nicks": [
            {
                "name": "Deja Vu",
                "abbreviation": "DJV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44882/?format=api",
                    "id": 44882,
                    "name": "Deja Vu",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-11-16",
        "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": []
    }
]