GET /api/v1/releasers/62811/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/151865/?format=api",
        "demozoo_url": "https://demozoo.org/productions/151865/",
        "id": 151865,
        "title": "Martian Attack",
        "author_nicks": [
            {
                "name": "Tursi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62811/?format=api",
                    "id": 62811,
                    "name": "Tursi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/50/?format=api",
                "id": 50,
                "name": "Atari Jaguar"
            }
        ],
        "types": [],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/167816/?format=api",
        "demozoo_url": "https://demozoo.org/productions/167816/",
        "id": 167816,
        "title": "Julius Demo",
        "author_nicks": [
            {
                "name": "Tursi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62811/?format=api",
                    "id": 62811,
                    "name": "Tursi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/62/?format=api",
                "id": 62,
                "name": "Custom Hardware"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ti-99",
            "ti-994a"
        ]
    }
]