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

[
    {
        "url": "https://demozoo.org/api/v1/productions/270721/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/270721/",
        "id": 270721,
        "title": "Creed Art Pack (10/1995)",
        "author_nicks": [
            {
                "name": "Creed",
                "abbreviation": "CRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/110040/?format=api",
                    "id": 110040,
                    "name": "Creed",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-10",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/270720/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/270720/",
        "id": 270720,
        "title": "Creed Art Pack (09/1995)",
        "author_nicks": [
            {
                "name": "Creed",
                "abbreviation": "CRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/110040/?format=api",
                    "id": 110040,
                    "name": "Creed",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-09",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]