GET /api/v1/releasers/17509/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/24161/?format=api",
        "demozoo_url": "https://demozoo.org/productions/24161/",
        "id": 24161,
        "title": "Catch the Cracker!",
        "author_nicks": [
            {
                "name": "Catweazle 6510",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17509/?format=api",
                    "id": 17509,
                    "name": "Catweazle 6510",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-04-23",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/112702/?format=api",
        "demozoo_url": "https://demozoo.org/productions/112702/",
        "id": 112702,
        "title": "Lutscher",
        "author_nicks": [
            {
                "name": "Catweazle",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17509/?format=api",
                    "id": 17509,
                    "name": "Catweazle 6510",
                    "is_group": false
                }
            },
            {
                "name": "Lost Brain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50312/?format=api",
                    "id": 50312,
                    "name": "SilverFox",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-05-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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]