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

[
    {
        "url": "https://demozoo.org/api/v1/productions/73039/?format=api",
        "demozoo_url": "https://demozoo.org/productions/73039/",
        "id": 73039,
        "title": "Space Invaders",
        "author_nicks": [
            {
                "name": "Impression",
                "abbreviation": "IMP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39618/?format=api",
                    "id": 39618,
                    "name": "Impression",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-07-24",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/283769/?format=api",
        "demozoo_url": "https://demozoo.org/productions/283769/",
        "id": 283769,
        "title": "Seasons",
        "author_nicks": [
            {
                "name": "Impression",
                "abbreviation": "IMP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39618/?format=api",
                    "id": 39618,
                    "name": "Impression",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-08",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "it"
        ]
    }
]