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

[
    {
        "url": "https://demozoo.org/api/v1/productions/124032/?format=api",
        "demozoo_url": "https://demozoo.org/productions/124032/",
        "id": 124032,
        "title": "STF Boot Adaptor For STE",
        "author_nicks": [
            {
                "name": "The Silvers",
                "abbreviation": "TSI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54152/?format=api",
                    "id": 54152,
                    "name": "The Silvers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/166985/?format=api",
        "demozoo_url": "https://demozoo.org/productions/166985/",
        "id": 166985,
        "title": "Euro TSI Screen",
        "author_nicks": [
            {
                "name": "The Silvers",
                "abbreviation": "TSI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54152/?format=api",
                    "id": 54152,
                    "name": "The Silvers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-12-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]