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

[
    {
        "url": "https://demozoo.org/api/v1/productions/134728/?format=api",
        "demozoo_url": "https://demozoo.org/productions/134728/",
        "id": 134728,
        "title": "CPU demo",
        "author_nicks": [
            {
                "name": "TRC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5998/?format=api",
                    "id": 5998,
                    "name": "TRC",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/3939/?format=api",
        "demozoo_url": "https://demozoo.org/music/3939/",
        "id": 3939,
        "title": "Can I Have My Pills Now?",
        "author_nicks": [
            {
                "name": "TRC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5998/?format=api",
                    "id": 5998,
                    "name": "TRC",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-04-17",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/31/?format=api",
                "id": 31,
                "name": "Executable Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "c",
            "vsti"
        ]
    }
]