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

[
    {
        "url": "https://demozoo.org/api/v1/productions/232176/?format=api",
        "demozoo_url": "https://demozoo.org/productions/232176/",
        "id": 232176,
        "title": "1st Intro",
        "author_nicks": [
            {
                "name": "Seico",
                "abbreviation": "SCO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105820/?format=api",
                    "id": 105820,
                    "name": "Seico",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "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/232178/?format=api",
        "demozoo_url": "https://demozoo.org/productions/232178/",
        "id": 232178,
        "title": "Cool Intro",
        "author_nicks": [
            {
                "name": "Seico",
                "abbreviation": "SCO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105820/?format=api",
                    "id": 105820,
                    "name": "Seico",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-04-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "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/232177/?format=api",
        "demozoo_url": "https://demozoo.org/productions/232177/",
        "id": 232177,
        "title": "Contact Batman",
        "author_nicks": [
            {
                "name": "Seico",
                "abbreviation": "SCO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105820/?format=api",
                    "id": 105820,
                    "name": "Seico",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]