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

[
    {
        "url": "https://demozoo.org/api/v1/productions/288225/?format=api",
        "demozoo_url": "https://demozoo.org/productions/288225/",
        "id": 288225,
        "title": "Popeye Demo",
        "author_nicks": [
            {
                "name": "D.I.E.D.",
                "abbreviation": "DIED",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/103910/?format=api",
                    "id": 103910,
                    "name": "D.I.E.D.",
                    "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/190937/?format=api",
        "demozoo_url": "https://demozoo.org/productions/190937/",
        "id": 190937,
        "title": "Soundtracker Disk v1.0 Intro",
        "author_nicks": [
            {
                "name": "D.I.E.D.",
                "abbreviation": "DIED",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/103910/?format=api",
                    "id": 103910,
                    "name": "D.I.E.D.",
                    "is_group": true
                }
            },
            {
                "name": "Election",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/62993/?format=api",
                    "id": 62993,
                    "name": "Election",
                    "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/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]