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

[
    {
        "url": "https://demozoo.org/api/v1/productions/336249/?format=api",
        "demozoo_url": "https://demozoo.org/productions/336249/",
        "id": 336249,
        "title": "Not Bat!",
        "author_nicks": [
            {
                "name": "Danish Design",
                "abbreviation": "DD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107616/?format=api",
                    "id": 107616,
                    "name": "Danish Design",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-09-28",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/336250/?format=api",
        "demozoo_url": "https://demozoo.org/productions/336250/",
        "id": 336250,
        "title": "Skull-Tour",
        "author_nicks": [
            {
                "name": "Danish Design",
                "abbreviation": "DD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107616/?format=api",
                    "id": 107616,
                    "name": "Danish Design",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-09-28",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]