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

[
    {
        "url": "https://demozoo.org/api/v1/productions/20140/?format=api",
        "demozoo_url": "https://demozoo.org/productions/20140/",
        "id": 20140,
        "title": "Lucky Day",
        "author_nicks": [
            {
                "name": "Argon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8383/?format=api",
                    "id": 8383,
                    "name": "Argon",
                    "is_group": false
                }
            },
            {
                "name": "Mincer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8384/?format=api",
                    "id": 8384,
                    "name": "Mincer",
                    "is_group": false
                }
            },
            {
                "name": "Ronny",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/355/?format=api",
                    "id": 355,
                    "name": "Ronny",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "BugX",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14572/?format=api",
                    "id": 14572,
                    "name": "BugX",
                    "is_group": true
                }
            },
            {
                "name": "Teklords",
                "abbreviation": "TLS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10962/?format=api",
                    "id": 10962,
                    "name": "Teklords",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-04-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "dos4gw"
        ]
    }
]