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

[
    {
        "url": "https://demozoo.org/api/v1/productions/69832/?format=api",
        "demozoo_url": "https://demozoo.org/productions/69832/",
        "id": 69832,
        "title": "Allkauf Demo",
        "author_nicks": [
            {
                "name": "Flatline",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38635/?format=api",
                    "id": 38635,
                    "name": "Flatline",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "commercial-demo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/71509/?format=api",
        "demozoo_url": "https://demozoo.org/productions/71509/",
        "id": 71509,
        "title": "Powermonger Cracktro",
        "author_nicks": [
            {
                "name": "Flatline",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38635/?format=api",
                    "id": 38635,
                    "name": "Flatline",
                    "is_group": true
                }
            },
            {
                "name": "James Bond 007",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39203/?format=api",
                    "id": 39203,
                    "name": "James Bond 007",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "powermonger"
        ]
    }
]