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

[
    {
        "url": "https://demozoo.org/api/v1/productions/63626/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/63626/",
        "id": 63626,
        "title": "Biro Mon Lapin",
        "author_nicks": [
            {
                "name": "Boz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/248/?format=api",
                    "id": 248,
                    "name": "Boz",
                    "is_group": false
                }
            },
            {
                "name": "Sophie",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18379/?format=api",
                    "id": 18379,
                    "name": "Sophie",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Arkham",
                "abbreviation": "akm",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2152/?format=api",
                    "id": 2152,
                    "name": "Arkham",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-02-27",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]