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

[
    {
        "url": "https://demozoo.org/api/v1/productions/20752/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/20752/",
        "id": 20752,
        "title": "Robo",
        "author_nicks": [
            {
                "name": "Morton Johnsen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5293/?format=api",
                    "id": 5293,
                    "name": "Morten Johnsen",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Triumph",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5274/?format=api",
                    "id": 5274,
                    "name": "Triumph",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-04-12",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "damaged-picture"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/2532/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/2532/",
        "id": 2532,
        "title": "Spacebug",
        "author_nicks": [
            {
                "name": "Morten Johnsen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5293/?format=api",
                    "id": 5293,
                    "name": "Morten Johnsen",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Triumph",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5274/?format=api",
                    "id": 5274,
                    "name": "Triumph",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-11-17",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]