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

[
    {
        "url": "https://demozoo.org/api/v1/productions/295099/?format=api",
        "demozoo_url": "https://demozoo.org/productions/295099/",
        "id": 295099,
        "title": "Planeteman : Mission Europe",
        "author_nicks": [
            {
                "name": "RogerBidon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123630/?format=api",
                    "id": 123630,
                    "name": "RogerBidon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-04-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/29/?format=api",
                "id": 29,
                "name": "Sony Playstation Portable (PSP)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/302803/?format=api",
        "demozoo_url": "https://demozoo.org/productions/302803/",
        "id": 302803,
        "title": "Ulysse",
        "author_nicks": [
            {
                "name": "RogerBidon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123630/?format=api",
                    "id": 123630,
                    "name": "RogerBidon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-03-31",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/25/?format=api",
                "id": 25,
                "name": "Nintendo Entertainment System (NES)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]