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

[
    {
        "url": "https://demozoo.org/api/v1/productions/7943/?format=api",
        "demozoo_url": "https://demozoo.org/productions/7943/",
        "id": 7943,
        "title": "SPb'2003",
        "author_nicks": [
            {
                "name": "Ice",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9596/?format=api",
                    "id": 9596,
                    "name": "Ice",
                    "is_group": false
                }
            },
            {
                "name": "Newart",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9518/?format=api",
                    "id": 9518,
                    "name": "Newart",
                    "is_group": false
                }
            },
            {
                "name": "Vega",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9252/?format=api",
                    "id": 9252,
                    "name": "Vega",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-01-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "russian",
            "new-year"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/11602/?format=api",
        "demozoo_url": "https://demozoo.org/music/11602/",
        "id": 11602,
        "title": "T-Rex Must Be Attacked",
        "author_nicks": [
            {
                "name": "Ice",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9596/?format=api",
                    "id": 9596,
                    "name": "Ice",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Power Project",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51751/?format=api",
                    "id": 51751,
                    "name": "Power Project",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-08-19",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]