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

[
    {
        "url": "https://demozoo.org/api/v1/productions/362300/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/362300/",
        "id": 362300,
        "title": "PDG-AC1.ANS",
        "author_nicks": [
            {
                "name": "Prodigy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123258/?format=api",
                    "id": 123258,
                    "name": "Prodigy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Creators of Revolutionary Pictures",
                "abbreviation": "CORP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/89518/?format=api",
                    "id": 89518,
                    "name": "Creators of Revolutionary Pictures",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-03-01",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/26/?format=api",
                "id": 26,
                "name": "ANSI",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/362303/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/362303/",
        "id": 362303,
        "title": "PDG-SC.ANS",
        "author_nicks": [
            {
                "name": "Prodigy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123258/?format=api",
                    "id": 123258,
                    "name": "Prodigy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Creators of Revolutionary Pictures",
                "abbreviation": "CORP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/89518/?format=api",
                    "id": 89518,
                    "name": "Creators of Revolutionary Pictures",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-03-01",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/26/?format=api",
                "id": 26,
                "name": "ANSI",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]