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

[
    {
        "url": "https://demozoo.org/api/v1/productions/97319/?format=api",
        "demozoo_url": "https://demozoo.org/productions/97319/",
        "id": 97319,
        "title": "Ugly",
        "author_nicks": [
            {
                "name": "BBT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16038/?format=api",
                    "id": 16038,
                    "name": "BBT",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Breeze",
                "abbreviation": "BRZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11096/?format=api",
                    "id": 11096,
                    "name": "Breeze",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-11-08",
        "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/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/97320/?format=api",
        "demozoo_url": "https://demozoo.org/productions/97320/",
        "id": 97320,
        "title": "Goodbye Bigfoot",
        "author_nicks": [
            {
                "name": "BBT",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16038/?format=api",
                    "id": 16038,
                    "name": "BBT",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Breeze",
                "abbreviation": "BRZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11096/?format=api",
                    "id": 11096,
                    "name": "Breeze",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-11-08",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]