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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44489/?format=api",
        "demozoo_url": "https://demozoo.org/productions/44489/",
        "id": 44489,
        "title": "Sleeping",
        "author_nicks": [
            {
                "name": "tw",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27672/?format=api",
                    "id": 27672,
                    "name": "tw",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-07-17",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/44497/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/44497/",
        "id": 44497,
        "title": "Ant",
        "author_nicks": [
            {
                "name": "tw",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27672/?format=api",
                    "id": 27672,
                    "name": "tw",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-07-17",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]