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

[
    {
        "url": "https://demozoo.org/api/v1/productions/183451/?format=api",
        "demozoo_url": "https://demozoo.org/productions/183451/",
        "id": 183451,
        "title": "Lego Tie Fighter",
        "author_nicks": [
            {
                "name": "Amiga Raytracing Society",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56158/?format=api",
                    "id": 56158,
                    "name": "Amiga Raytracing Society",
                    "is_group": true
                }
            },
            {
                "name": "Relics",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74323/?format=api",
                    "id": 74323,
                    "name": "Relics",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-02-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lego"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/127443/?format=api",
        "demozoo_url": "https://demozoo.org/productions/127443/",
        "id": 127443,
        "title": "KGS 4",
        "author_nicks": [
            {
                "name": "Amiga Raytracing Society",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56158/?format=api",
                    "id": 56158,
                    "name": "Amiga Raytracing Society",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-11-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": [
            "lightwave",
            "story",
            "raytracing",
            "animation"
        ]
    }
]