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

[
    {
        "url": "https://demozoo.org/api/v1/productions/303244/?format=api",
        "demozoo_url": "https://demozoo.org/productions/303244/",
        "id": 303244,
        "title": "CeBIT 1994 Intro",
        "author_nicks": [
            {
                "name": "The Lunatic Coders",
                "abbreviation": "TLC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/82293/?format=api",
                    "id": 82293,
                    "name": "The Lunatic Coders",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "goldplay"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/194495/?format=api",
        "demozoo_url": "https://demozoo.org/productions/194495/",
        "id": 194495,
        "title": "Madness Xmas Demo",
        "author_nicks": [
            {
                "name": "The Lunatic Coders",
                "abbreviation": "TLC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/82293/?format=api",
                    "id": 82293,
                    "name": "The Lunatic Coders",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-12-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "christmas",
            "lemmings"
        ]
    }
]