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

[
    {
        "url": "https://demozoo.org/api/v1/productions/293789/?format=api",
        "demozoo_url": "https://demozoo.org/productions/293789/",
        "id": 293789,
        "title": "Floppy",
        "author_nicks": [
            {
                "name": "The New Regime",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/122809/?format=api",
                    "id": 122809,
                    "name": "The New Regime",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/67/?format=api",
                "id": 67,
                "name": "Apple II"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/313882/?format=api",
        "demozoo_url": "https://demozoo.org/productions/313882/",
        "id": 313882,
        "title": "World's Greatest Baseball Game",
        "author_nicks": [
            {
                "name": "New Regime",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/122809/?format=api",
                    "id": 122809,
                    "name": "The New Regime",
                    "is_group": true
                }
            },
            {
                "name": "Shaolin Disciples",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/134224/?format=api",
                    "id": 134224,
                    "name": "Shaolin Disciples",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1985-06-14",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/57/?format=api",
                "id": 57,
                "name": "Apple II GS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]