GET /api/v1/releasers/69788/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/168126/?format=api",
        "demozoo_url": "https://demozoo.org/productions/168126/",
        "id": 168126,
        "title": "Datastorm 2017 Invite",
        "author_nicks": [
            {
                "name": "Datastorm",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69788/?format=api",
                    "id": 69788,
                    "name": "Datastorm",
                    "is_group": true
                }
            },
            {
                "name": "Hack'n'Trade",
                "abbreviation": "ht",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10273/?format=api",
                    "id": 10273,
                    "name": "Hack'n'Trade",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-02-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/54/?format=api",
                "id": 54,
                "name": "Atari 2600 Video Computer System (VCS)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]