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

[
    {
        "url": "https://demozoo.org/api/v1/productions/71774/?format=api",
        "demozoo_url": "https://demozoo.org/productions/71774/",
        "id": 71774,
        "title": "Stereo Tek Dealer Demo",
        "author_nicks": [
            {
                "name": "LC Technologies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39251/?format=api",
                    "id": 39251,
                    "name": "LC Technologies",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "animation",
            "star-trek"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/71773/?format=api",
        "demozoo_url": "https://demozoo.org/productions/71773/",
        "id": 71773,
        "title": "Stereo Steelyboink",
        "author_nicks": [
            {
                "name": "LC Technologies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39251/?format=api",
                    "id": 39251,
                    "name": "LC Technologies",
                    "is_group": true
                }
            },
            {
                "name": "Start Magazine",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56852/?format=api",
                    "id": 56852,
                    "name": "Start Magazine",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "boink",
            "boing"
        ]
    }
]