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

[
    {
        "url": "https://demozoo.org/api/v1/productions/59865/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59865/",
        "id": 59865,
        "title": "Asylum BBS Intro",
        "author_nicks": [
            {
                "name": "2smart4u",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33488/?format=api",
                    "id": 33488,
                    "name": "2smart4u",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993",
        "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/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste",
            "ucdm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/59866/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59866/",
        "id": 59866,
        "title": "Fulltron V1.0",
        "author_nicks": [
            {
                "name": "2smart4u",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33488/?format=api",
                    "id": 33488,
                    "name": "2smart4u",
                    "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "tron",
            "lightcycle"
        ]
    }
]