GET /api/v1/releasers/16618/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/328377/?format=api",
        "demozoo_url": "https://demozoo.org/music/328377/",
        "id": 328377,
        "title": "Iltapäiväopiskelija",
        "author_nicks": [
            {
                "name": "Sabaoth",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16618/?format=api",
                    "id": 16618,
                    "name": "Sabaoth",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-08-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/22939/?format=api",
        "demozoo_url": "https://demozoo.org/music/22939/",
        "id": 22939,
        "title": "Mee Kotiis",
        "author_nicks": [
            {
                "name": "Sabaoth",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16618/?format=api",
                    "id": 16618,
                    "name": "Sabaoth",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]