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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44283/?format=api",
        "demozoo_url": "https://demozoo.org/productions/44283/",
        "id": 44283,
        "title": "Pingyk",
        "author_nicks": [
            {
                "name": "Loyik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25785/?format=api",
                    "id": 25785,
                    "name": "Loyik",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "pong"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/40163/?format=api",
        "demozoo_url": "https://demozoo.org/productions/40163/",
        "id": 40163,
        "title": "Explodus",
        "author_nicks": [
            {
                "name": "Loyik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25785/?format=api",
                    "id": 25785,
                    "name": "Loyik",
                    "is_group": false
                }
            },
            {
                "name": "Skytech",
                "abbreviation": "STG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/64481/?format=api",
                    "id": 64481,
                    "name": "Skytech",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-04-12",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    }
]