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

[
    {
        "url": "https://demozoo.org/api/v1/productions/311085/?format=api",
        "demozoo_url": "https://demozoo.org/productions/311085/",
        "id": 311085,
        "title": "Axiom",
        "author_nicks": [
            {
                "name": "Axiom 1",
                "abbreviation": "A-1",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107060/?format=api",
                    "id": 107060,
                    "name": "Axiom 1",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/311086/?format=api",
        "demozoo_url": "https://demozoo.org/productions/311086/",
        "id": 311086,
        "title": "Mega-Demo 1",
        "author_nicks": [
            {
                "name": "Axiom 1",
                "abbreviation": "A-1",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107060/?format=api",
                    "id": 107060,
                    "name": "Axiom 1",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]