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

[
    {
        "url": "https://demozoo.org/api/v1/productions/312431/?format=api",
        "demozoo_url": "https://demozoo.org/productions/312431/",
        "id": 312431,
        "title": "Super Nibbler",
        "author_nicks": [
            {
                "name": "Prism Software",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/115530/?format=api",
                    "id": 115530,
                    "name": "Prism Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "copy-programme"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/312432/?format=api",
        "demozoo_url": "https://demozoo.org/productions/312432/",
        "id": 312432,
        "title": "File Copier",
        "author_nicks": [
            {
                "name": "Prism Software",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/115530/?format=api",
                    "id": 115530,
                    "name": "Prism Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "copy-programme"
        ]
    }
]