GET /api/v1/releasers/142486/productions/?format=api&ordering=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/344880/?format=api",
        "demozoo_url": "https://demozoo.org/music/344880/",
        "id": 344880,
        "title": "Hope",
        "author_nicks": [
            {
                "name": "bauti",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/142486/?format=api",
                    "id": 142486,
                    "name": "bauti",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-12-16",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/344882/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/344882/",
        "id": 344882,
        "title": "Cats",
        "author_nicks": [
            {
                "name": "bauti",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/142486/?format=api",
                    "id": 142486,
                    "name": "bauti",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-12-16",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "gif"
        ]
    }
]