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

[
    {
        "url": "https://demozoo.org/api/v1/productions/80490/?format=api",
        "demozoo_url": "https://demozoo.org/productions/80490/",
        "id": 80490,
        "title": "FOG Intro",
        "author_nicks": [
            {
                "name": "Falcon Owners Group",
                "abbreviation": "FOG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33780/?format=api",
                    "id": 33780,
                    "name": "Falcon Owners Group",
                    "is_group": true
                }
            },
            {
                "name": "Psychosis",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33728/?format=api",
                    "id": 33728,
                    "name": "Psychosis",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-09-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/80489/?format=api",
        "demozoo_url": "https://demozoo.org/productions/80489/",
        "id": 80489,
        "title": "Revelations",
        "author_nicks": [
            {
                "name": "Psychosis",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33728/?format=api",
                    "id": 33728,
                    "name": "Psychosis",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-09-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]