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

[
    {
        "url": "https://demozoo.org/api/v1/productions/5355/?format=api",
        "demozoo_url": "https://demozoo.org/productions/5355/",
        "id": 5355,
        "title": "Intro",
        "author_nicks": [
            {
                "name": "Dash",
                "abbreviation": "D.A.S.H.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6644/?format=api",
                    "id": 6644,
                    "name": "Dash",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-12-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/10/?format=api",
                "id": 10,
                "name": "40k Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/293222/?format=api",
        "demozoo_url": "https://demozoo.org/productions/293222/",
        "id": 293222,
        "title": "Cruncher Collection 2",
        "author_nicks": [
            {
                "name": "Dash",
                "abbreviation": "D.A.S.H.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6644/?format=api",
                    "id": 6644,
                    "name": "Dash",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-06-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/209868/?format=api",
        "demozoo_url": "https://demozoo.org/productions/209868/",
        "id": 209868,
        "title": "First Demo",
        "author_nicks": [
            {
                "name": "Dash",
                "abbreviation": "D.A.S.H.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6644/?format=api",
                    "id": 6644,
                    "name": "Dash",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]