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

[
    {
        "url": "https://demozoo.org/api/v1/productions/91487/?format=api",
        "demozoo_url": "https://demozoo.org/productions/91487/",
        "id": 91487,
        "title": "Magnum Mag 1",
        "author_nicks": [
            {
                "name": "Warriors of Darkness",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44226/?format=api",
                    "id": 44226,
                    "name": "Warriors of Darkness",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-08-30",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "magnum-mag"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/91486/?format=api",
        "demozoo_url": "https://demozoo.org/productions/91486/",
        "id": 91486,
        "title": "Magnum Mag 0",
        "author_nicks": [
            {
                "name": "Warriors of Darkness",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44226/?format=api",
                    "id": 44226,
                    "name": "Warriors of Darkness",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "magnum-mag"
        ]
    }
]