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

[
    {
        "url": "https://demozoo.org/api/v1/productions/373411/?format=api",
        "demozoo_url": "https://demozoo.org/productions/373411/",
        "id": 373411,
        "title": "Sherlock Holmes His Most Difficult Case",
        "author_nicks": [
            {
                "name": "Andrew Williams",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/150329/?format=api",
                    "id": 150329,
                    "name": "Andrew Williams",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001",
        "supertype": "production",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "sherlock-holmes-theme"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/373388/?format=api",
        "demozoo_url": "https://demozoo.org/productions/373388/",
        "id": 373388,
        "title": "Forest Dell Adventure",
        "author_nicks": [
            {
                "name": "Andrew Williams",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/150329/?format=api",
                    "id": 150329,
                    "name": "Andrew Williams",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999",
        "supertype": "production",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]