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

[
    {
        "url": "https://demozoo.org/api/v1/productions/5281/?format=api",
        "demozoo_url": "https://demozoo.org/productions/5281/",
        "id": 5281,
        "title": "Crypton",
        "author_nicks": [
            {
                "name": "Lords of Liquor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6605/?format=api",
                    "id": 6605,
                    "name": "Lords of Liquor",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-02-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "opengl",
            "fmod",
            "incomplete-credits"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/5267/?format=api",
        "demozoo_url": "https://demozoo.org/productions/5267/",
        "id": 5267,
        "title": "heArt",
        "author_nicks": [
            {
                "name": "Lords of Liquor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6605/?format=api",
                    "id": 6605,
                    "name": "Lords of Liquor",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-02-25",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "opengl",
            "fmod",
            "concept"
        ]
    }
]