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

[
    {
        "url": "https://demozoo.org/api/v1/productions/142262/?format=api",
        "demozoo_url": "https://demozoo.org/productions/142262/",
        "id": 142262,
        "title": "Little Demo",
        "author_nicks": [
            {
                "name": "A. Chramov",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60151/?format=api",
                    "id": 60151,
                    "name": "Masterpiece",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/65/?format=api",
                "id": 65,
                "name": "Vector-06C"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "russian",
            "first-production"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/142274/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/142274/",
        "id": 142274,
        "title": "Wall",
        "author_nicks": [
            {
                "name": "Chramov Anton",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60151/?format=api",
                    "id": 60151,
                    "name": "Masterpiece",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-10",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/65/?format=api",
                "id": 65,
                "name": "Vector-06C"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]