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

[
    {
        "url": "https://demozoo.org/api/v1/productions/359247/?format=api",
        "demozoo_url": "https://demozoo.org/productions/359247/",
        "id": 359247,
        "title": "SSG",
        "author_nicks": [
            {
                "name": "Goyave",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36198/?format=api",
                    "id": 36198,
                    "name": "Goyave",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-07",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "alambik"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/26229/?format=api",
        "demozoo_url": "https://demozoo.org/productions/26229/",
        "id": 26229,
        "title": "Fruit",
        "author_nicks": [
            {
                "name": "Goyave",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36198/?format=api",
                    "id": 36198,
                    "name": "Goyave",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-03-31",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "alambik"
        ]
    }
]