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

[
    {
        "url": "https://demozoo.org/api/v1/productions/88150/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/88150/",
        "id": 88150,
        "title": "Plaisir du Multiplex",
        "author_nicks": [
            {
                "name": "Firehawk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6912/?format=api",
                    "id": 6912,
                    "name": "Firehawk",
                    "is_group": false
                }
            },
            {
                "name": "Joe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/158/?format=api",
                    "id": 158,
                    "name": "Joe",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Hoaxers",
                "abbreviation": "HXS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1157/?format=api",
                    "id": 1157,
                    "name": "Hoaxers",
                    "is_group": true
                }
            },
            {
                "name": "Wrath Designs",
                "abbreviation": "WD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/135/?format=api",
                    "id": 135,
                    "name": "Wrath Designs",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-04-27",
        "supertype": "graphics",
        "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/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "c64-multicolor-mode"
        ]
    }
]