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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44702/?format=api",
        "demozoo_url": "https://demozoo.org/productions/44702/",
        "id": 44702,
        "title": "Slumpism",
        "author_nicks": [
            {
                "name": "Pathos",
                "abbreviation": "PTS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24317/?format=api",
                    "id": 24317,
                    "name": "Pathos",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-09-17",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            },
            {
                "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/37543/?format=api",
        "demozoo_url": "https://demozoo.org/productions/37543/",
        "id": 37543,
        "title": "Slump",
        "author_nicks": [
            {
                "name": "Pathos",
                "abbreviation": "PTS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24317/?format=api",
                    "id": 24317,
                    "name": "Pathos",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-08-22",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]