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

[
    {
        "url": "https://demozoo.org/api/v1/productions/365458/?format=api",
        "demozoo_url": "https://demozoo.org/productions/365458/",
        "id": 365458,
        "title": "Corrosion of Conformity",
        "author_nicks": [
            {
                "name": "Paradox",
                "abbreviation": "PDX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108579/?format=api",
                    "id": 108579,
                    "name": "Paradox",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/365459/?format=api",
        "demozoo_url": "https://demozoo.org/productions/365459/",
        "id": 365459,
        "title": "Vector Magic 2",
        "author_nicks": [
            {
                "name": "Paradox",
                "abbreviation": "PDX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108579/?format=api",
                    "id": 108579,
                    "name": "Paradox",
                    "is_group": true
                }
            },
            {
                "name": "Triumwyrat",
                "abbreviation": "[3]",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20000/?format=api",
                    "id": 20000,
                    "name": "Triumwyrat",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-08-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]