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

[
    {
        "url": "https://demozoo.org/api/v1/productions/112524/?format=api",
        "demozoo_url": "https://demozoo.org/productions/112524/",
        "id": 112524,
        "title": "Expo Demo II",
        "author_nicks": [
            {
                "name": "Stichting Pokey",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49642/?format=api",
                    "id": 49642,
                    "name": "Stichting Pokey",
                    "is_group": true
                }
            },
            {
                "name": "The Comtech Crew",
                "abbreviation": "TCC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83883/?format=api",
                    "id": 83883,
                    "name": "The Comtech Crew",
                    "is_group": true
                }
            },
            {
                "name": "The Corporation",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35363/?format=api",
                    "id": 35363,
                    "name": "The Corporation",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/112423/?format=api",
        "demozoo_url": "https://demozoo.org/productions/112423/",
        "id": 112423,
        "title": "The Atari Expo Demo 1991",
        "author_nicks": [
            {
                "name": "The Comtech Crew",
                "abbreviation": "TCC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83883/?format=api",
                    "id": 83883,
                    "name": "The Comtech Crew",
                    "is_group": true
                }
            },
            {
                "name": "The Missing Link",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50112/?format=api",
                    "id": 50112,
                    "name": "The Missing Link",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "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": []
    }
]