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

[
    {
        "url": "https://demozoo.org/api/v1/productions/70708/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/70708/",
        "id": 70708,
        "title": "Face",
        "author_nicks": [
            {
                "name": "Mr. Matt",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7386/?format=api",
                    "id": 7386,
                    "name": "Matt",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "DTS Inc.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38883/?format=api",
                    "id": 38883,
                    "name": "DTS Inc.",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-11-12",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/139198/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/139198/",
        "id": 139198,
        "title": "Arte",
        "author_nicks": [
            {
                "name": "Mr. Matt",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7386/?format=api",
                    "id": 7386,
                    "name": "Matt",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "DTS",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38883/?format=api",
                    "id": 38883,
                    "name": "DTS Inc.",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-04-16",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]