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

[
    {
        "url": "https://demozoo.org/api/v1/productions/192265/?format=api",
        "demozoo_url": "https://demozoo.org/productions/192265/",
        "id": 192265,
        "title": "Circling balls",
        "author_nicks": [
            {
                "name": "ataK",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72935/?format=api",
                    "id": 72935,
                    "name": "ataK",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-06-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "processing"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/174999/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/174999/",
        "id": 174999,
        "title": "iloviT",
        "author_nicks": [
            {
                "name": "ataK",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72935/?format=api",
                    "id": 72935,
                    "name": "ataK",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/36/?format=api",
                "id": 36,
                "name": "Photo",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost",
            "jpeg"
        ]
    }
]