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

[
    {
        "url": "https://demozoo.org/api/v1/productions/254967/?format=api",
        "demozoo_url": "https://demozoo.org/productions/254967/",
        "id": 254967,
        "title": "Shameless Advertising",
        "author_nicks": [
            {
                "name": "BrushDev",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105958/?format=api",
                    "id": 105958,
                    "name": "BrushDev",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-08-03",
        "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/21/?format=api",
                "id": 21,
                "name": "1K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "processing"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/249195/?format=api",
        "demozoo_url": "https://demozoo.org/productions/249195/",
        "id": 249195,
        "title": "Nettiä Etsimässä",
        "author_nicks": [
            {
                "name": "BrushDev",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/105958/?format=api",
                    "id": 105958,
                    "name": "BrushDev",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-08-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "unity"
        ]
    }
]