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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18331/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18331/",
        "id": 18331,
        "title": "Die Neuen Abenteuer Des Frau Doktor",
        "author_nicks": [
            {
                "name": "Raketenbrot",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13185/?format=api",
                    "id": 13185,
                    "name": "Raketenbrot",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-03-31",
        "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": [
            "software-rendering",
            "humor",
            "2d-only",
            "german",
            "dance-animations"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/23948/?format=api",
        "demozoo_url": "https://demozoo.org/music/23948/",
        "id": 23948,
        "title": "uschi mausert sich",
        "author_nicks": [
            {
                "name": "Raketenbrot",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13185/?format=api",
                    "id": 13185,
                    "name": "Raketenbrot",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-04-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]