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

[
    {
        "url": "https://demozoo.org/api/v1/productions/176622/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176622/",
        "id": 176622,
        "title": "Contact Demo",
        "author_nicks": [
            {
                "name": "Ramones",
                "abbreviation": "RAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73501/?format=api",
                    "id": 73501,
                    "name": "Ramones",
                    "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/176621/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176621/",
        "id": 176621,
        "title": "Chicken Race",
        "author_nicks": [
            {
                "name": "Ramones",
                "abbreviation": "RAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73501/?format=api",
                    "id": 73501,
                    "name": "Ramones",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-06-12",
        "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/176623/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176623/",
        "id": 176623,
        "title": "Packed & Ready",
        "author_nicks": [
            {
                "name": "Ramones",
                "abbreviation": "RAM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73501/?format=api",
                    "id": 73501,
                    "name": "Ramones",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-05-18",
        "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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]