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

[
    {
        "url": "https://demozoo.org/api/v1/productions/5764/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/5764/",
        "id": 5764,
        "title": "Orgasmatron 2",
        "author_nicks": [
            {
                "name": "Buckly",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6920/?format=api",
                    "id": 6920,
                    "name": "Buckly",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Infect",
                "abbreviation": "IFT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/592/?format=api",
                    "id": 592,
                    "name": "Infect",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-08-02",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "nsfw"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/46302/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/46302/",
        "id": 46302,
        "title": "Orgasmatron",
        "author_nicks": [
            {
                "name": "Buckly",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6920/?format=api",
                    "id": 6920,
                    "name": "Buckly",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Infect",
                "abbreviation": "IFT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/592/?format=api",
                    "id": 592,
                    "name": "Infect",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-07-10",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]