GET /api/v1/releasers/71989/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/172718/?format=api",
        "demozoo_url": "https://demozoo.org/productions/172718/",
        "id": 172718,
        "title": "Hypolith",
        "author_nicks": [
            {
                "name": "FATHER",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/71989/?format=api",
                    "id": 71989,
                    "name": "FATHER",
                    "is_group": false
                }
            },
            {
                "name": "xinux",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51131/?format=api",
                    "id": 51131,
                    "name": "xinux",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-05-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "textmode",
            "techno",
            "techdemo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/281574/?format=api",
        "demozoo_url": "https://demozoo.org/music/281574/",
        "id": 281574,
        "title": "Hypoliths: This Time It's Gore",
        "author_nicks": [
            {
                "name": "FATHER",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/71989/?format=api",
                    "id": 71989,
                    "name": "FATHER",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-08-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]