GET /api/v1/releasers/24270/productions/?format=api
               
              
                HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
[
    {
        "url": "https://demozoo.org/api/v1/productions/45293/?format=api",
        "demozoo_url": "https://demozoo.org/productions/45293/",
        "id": 45293,
        "title": "Stress!",
        "author_nicks": [
            {
                "name": "Infuse Project",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24270/?format=api",
                    "id": 24270,
                    "name": "Infuse Project",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-06-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            }
        ],
        "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/33955/?format=api",
        "demozoo_url": "https://demozoo.org/productions/33955/",
        "id": 33955,
        "title": "Friemeltje",
        "author_nicks": [
            {
                "name": "The Infuse Project",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24270/?format=api",
                    "id": 24270,
                    "name": "Infuse Project",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-09-13",
        "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/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]