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

[
    {
        "url": "https://demozoo.org/api/v1/productions/182239/?format=api",
        "demozoo_url": "https://demozoo.org/productions/182239/",
        "id": 182239,
        "title": "ncl02: Tribute",
        "author_nicks": [
            {
                "name": "Incline",
                "abbreviation": "NCL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65997/?format=api",
                    "id": 65997,
                    "name": "Incline",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-01-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "shader-sandbox"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/158999/?format=api",
        "demozoo_url": "https://demozoo.org/productions/158999/",
        "id": 158999,
        "title": "ncl00: Just What You've Come to Expect From Us",
        "author_nicks": [
            {
                "name": "Incline",
                "abbreviation": "NCL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65997/?format=api",
                    "id": 65997,
                    "name": "Incline",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-06-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "first-production",
            "shader-sandbox"
        ]
    }
]