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

[
    {
        "url": "https://demozoo.org/api/v1/productions/98763/?format=api",
        "demozoo_url": "https://demozoo.org/productions/98763/",
        "id": 98763,
        "title": "Studio Dream",
        "author_nicks": [
            {
                "name": "The German Chaotics",
                "abbreviation": "TGC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35371/?format=api",
                    "id": 35371,
                    "name": "The German Chaotics",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "animation",
            "boink",
            "boing",
            "amiga-ball",
            "music-studio",
            "digital-music",
            "anne-clarke"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/98762/?format=api",
        "demozoo_url": "https://demozoo.org/productions/98762/",
        "id": 98762,
        "title": "Das Omen",
        "author_nicks": [
            {
                "name": "The German Chaotics",
                "abbreviation": "TGC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/35371/?format=api",
                    "id": 35371,
                    "name": "The German Chaotics",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/16/?format=api",
                "id": 16,
                "name": "Atari 8 bit"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "dancer",
            "digital-music",
            "priest",
            "omen"
        ]
    }
]