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

[
    {
        "url": "https://demozoo.org/api/v1/productions/332483/?format=api",
        "demozoo_url": "https://demozoo.org/productions/332483/",
        "id": 332483,
        "title": "Vlad Farty",
        "author_nicks": [
            {
                "name": "TBD Group",
                "abbreviation": "TBD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23098/?format=api",
                    "id": 23098,
                    "name": "TBD Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-10-28",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/34993/?format=api",
        "demozoo_url": "https://demozoo.org/music/34993/",
        "id": 34993,
        "title": "Twoja Stara",
        "author_nicks": [
            {
                "name": "TBD Group",
                "abbreviation": "TBD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23098/?format=api",
                    "id": 23098,
                    "name": "TBD Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005-04-09",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]