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

[
    {
        "url": "https://demozoo.org/api/v1/productions/12930/?format=api",
        "demozoo_url": "https://demozoo.org/productions/12930/",
        "id": 12930,
        "title": "Dive",
        "author_nicks": [
            {
                "name": "Computer Rats Group",
                "abbreviation": "CRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9020/?format=api",
                    "id": 9020,
                    "name": "Computer Rats Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "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/14141/?format=api",
        "demozoo_url": "https://demozoo.org/music/14141/",
        "id": 14141,
        "title": "Happy New Year",
        "author_nicks": [
            {
                "name": "Computer Rats Group",
                "abbreviation": "CRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9020/?format=api",
                    "id": 9020,
                    "name": "Computer Rats Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/12649/?format=api",
        "demozoo_url": "https://demozoo.org/productions/12649/",
        "id": 12649,
        "title": "Artcomp 98 Info 2",
        "author_nicks": [
            {
                "name": "Computer Rats Group",
                "abbreviation": "CRG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9020/?format=api",
                    "id": 9020,
                    "name": "Computer Rats Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]