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

[
    {
        "url": "https://demozoo.org/api/v1/productions/155942/?format=api",
        "demozoo_url": "https://demozoo.org/productions/155942/",
        "id": 155942,
        "title": "The Boink Demo",
        "author_nicks": [
            {
                "name": "Teaser",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61818/?format=api",
                    "id": 61818,
                    "name": "Teaser",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/155941/?format=api",
        "demozoo_url": "https://demozoo.org/productions/155941/",
        "id": 155941,
        "title": "RGB Demo",
        "author_nicks": [
            {
                "name": "Teaser",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61818/?format=api",
                    "id": 61818,
                    "name": "Teaser",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]