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

[
    {
        "url": "https://demozoo.org/api/v1/productions/166659/?format=api",
        "demozoo_url": "https://demozoo.org/productions/166659/",
        "id": 166659,
        "title": "Evolve",
        "author_nicks": [
            {
                "name": "Schengen Allstars",
                "abbreviation": "SAS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45255/?format=api",
                    "id": 45255,
                    "name": "Schengen Allstars",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-12-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "cyberpunk"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/96484/?format=api",
        "demozoo_url": "https://demozoo.org/productions/96484/",
        "id": 96484,
        "title": "Megalactic",
        "author_nicks": [
            {
                "name": "Schengen Allstars",
                "abbreviation": "SAS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45255/?format=api",
                    "id": 45255,
                    "name": "Schengen Allstars",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-12-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": [
            "drum-n-bass"
        ]
    }
]