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

[
    {
        "url": "https://demozoo.org/api/v1/productions/205628/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/205628/",
        "id": 205628,
        "title": "Artpack 2",
        "author_nicks": [
            {
                "name": "Mafia Jeopardy",
                "abbreviation": "MJD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10338/?format=api",
                    "id": 10338,
                    "name": "Mafia Jeopardy",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-11-30",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/205623/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/205623/",
        "id": 205623,
        "title": "Artpack 1",
        "author_nicks": [
            {
                "name": "Mafia Jeopardy",
                "abbreviation": "MJD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10338/?format=api",
                    "id": 10338,
                    "name": "Mafia Jeopardy",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-08-03",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/51/?format=api",
                "id": 51,
                "name": "Artpack",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]