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

[
    {
        "url": "https://demozoo.org/api/v1/productions/324500/?format=api",
        "demozoo_url": "https://demozoo.org/productions/324500/",
        "id": 324500,
        "title": "DatingApp",
        "author_nicks": [
            {
                "name": "Skogsbär",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/137665/?format=api",
                    "id": 137665,
                    "name": "Skogsbär",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-05-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/324523/?format=api",
        "demozoo_url": "https://demozoo.org/productions/324523/",
        "id": 324523,
        "title": "We all live in a space submarine",
        "author_nicks": [
            {
                "name": "Skogsbär",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/137665/?format=api",
                    "id": 137665,
                    "name": "Skogsbär",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-05-20",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]