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

[
    {
        "url": "https://demozoo.org/api/v1/productions/88358/?format=api",
        "demozoo_url": "https://demozoo.org/productions/88358/",
        "id": 88358,
        "title": "Fractals All The Way Down",
        "author_nicks": [
            {
                "name": "Doz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26183/?format=api",
                    "id": 26183,
                    "name": "Doz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "CRTC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3623/?format=api",
                    "id": 3623,
                    "name": "CRTC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-09-07",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "fpga"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/41104/?format=api",
        "demozoo_url": "https://demozoo.org/productions/41104/",
        "id": 41104,
        "title": "Sugarlumps",
        "author_nicks": [
            {
                "name": "d0z",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26183/?format=api",
                    "id": 26183,
                    "name": "Doz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "3LN",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17025/?format=api",
                    "id": 17025,
                    "name": "3LN",
                    "is_group": true
                }
            },
            {
                "name": "CRTC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3623/?format=api",
                    "id": 3623,
                    "name": "CRTC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2012-09-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/36/?format=api",
                "id": 36,
                "name": "Amstrad CPC"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/35/?format=api",
                "id": 35,
                "name": "16K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    }
]