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

[
    {
        "url": "https://demozoo.org/api/v1/productions/118080/?format=api",
        "demozoo_url": "https://demozoo.org/productions/118080/",
        "id": 118080,
        "title": "Raving Spectrumatoes",
        "author_nicks": [
            {
                "name": "T$ Ripoff Institute",
                "abbreviation": "T$RI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51942/?format=api",
                    "id": 51942,
                    "name": "T$ Ripoff Institute",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-07-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/43/?format=api",
                "id": 43,
                "name": "8K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "zx-spectrum-48k",
            "birthday-present",
            "birthday"
        ]
    }
]