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

[
    {
        "url": "https://demozoo.org/api/v1/productions/177325/?format=api",
        "demozoo_url": "https://demozoo.org/productions/177325/",
        "id": 177325,
        "title": "wearable matrix demo",
        "author_nicks": [
            {
                "name": "nosam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18532/?format=api",
                    "id": 18532,
                    "name": "nosam",
                    "is_group": false
                }
            },
            {
                "name": "tati",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73855/?format=api",
                    "id": 73855,
                    "name": "tati",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Alpha Raid",
                "abbreviation": "AR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21339/?format=api",
                    "id": 21339,
                    "name": "Alpha Raid",
                    "is_group": true
                }
            }
        ],
        "release_date": "2017-08-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/52/?format=api",
                "id": 52,
                "name": "Android"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/62/?format=api",
                "id": 62,
                "name": "Custom Hardware"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]