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

[
    {
        "url": "https://demozoo.org/api/v1/productions/41098/?format=api",
        "demozoo_url": "https://demozoo.org/productions/41098/",
        "id": 41098,
        "title": "Anthem for a New Robot Dawn",
        "author_nicks": [
            {
                "name": "Gasman",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5879/?format=api",
                    "id": 5879,
                    "name": "Gasman",
                    "is_group": false
                }
            },
            {
                "name": "ihatemornings",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24896/?format=api",
                    "id": 24896,
                    "name": "ihatemornings",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-09-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                "id": 10,
                "name": "macOS"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/59/?format=api",
                "id": 59,
                "name": "Raspberry Pi"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "python"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/38851/?format=api",
        "demozoo_url": "https://demozoo.org/productions/38851/",
        "id": 38851,
        "title": "Avocado",
        "author_nicks": [
            {
                "name": "Gasman",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5879/?format=api",
                    "id": 5879,
                    "name": "Gasman",
                    "is_group": false
                }
            },
            {
                "name": "ihatemornings",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24896/?format=api",
                    "id": 24896,
                    "name": "ihatemornings",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-08-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/59/?format=api",
                "id": 59,
                "name": "Raspberry Pi"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "python"
        ]
    }
]