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

[
    {
        "url": "https://demozoo.org/api/v1/productions/277278/?format=api",
        "demozoo_url": "https://demozoo.org/productions/277278/",
        "id": 277278,
        "title": "Xylitol Music Disk #1: Welcome Home",
        "author_nicks": [
            {
                "name": "Reverse Engineers Dream",
                "abbreviation": "RED",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108772/?format=api",
                    "id": 108772,
                    "name": "Reverse Engineers Dream",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-04-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/367363/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367363/",
        "id": 367363,
        "title": "Temari Intro",
        "author_nicks": [
            {
                "name": "Reverse Engineers Dream",
                "abbreviation": "RED",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108772/?format=api",
                    "id": 108772,
                    "name": "Reverse Engineers Dream",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]