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

[
    {
        "url": "https://demozoo.org/api/v1/productions/94216/?format=api",
        "demozoo_url": "https://demozoo.org/productions/94216/",
        "id": 94216,
        "title": "X-MAS 1989",
        "author_nicks": [
            {
                "name": "ACE St. Louis Midi SIG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44747/?format=api",
                    "id": 44747,
                    "name": "ACE St. Louis Midi SIG",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": [
            "christmas",
            "mt-32"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/94215/?format=api",
        "demozoo_url": "https://demozoo.org/productions/94215/",
        "id": 94215,
        "title": "X-MAS 1987",
        "author_nicks": [
            {
                "name": "ACE St. Louis Midi SIG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44747/?format=api",
                    "id": 44747,
                    "name": "ACE St. Louis Midi SIG",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-11-07",
        "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/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": [
            "christmas",
            "mt-32"
        ]
    }
]