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

[
    {
        "url": "https://demozoo.org/api/v1/productions/112384/?format=api",
        "demozoo_url": "https://demozoo.org/productions/112384/",
        "id": 112384,
        "title": "INC Loader (6) (INCLogo V2.1)",
        "author_nicks": [
            {
                "name": "Null Set",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44345/?format=api",
                    "id": 44345,
                    "name": "Null Set",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "International Network of Crackers",
                "abbreviation": "INC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12175/?format=api",
                    "id": 12175,
                    "name": "International Network of Crackers",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-10-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "blank-cracktro"
        ]
    }
]