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

[
    {
        "url": "https://demozoo.org/api/v1/productions/137864/?format=api",
        "demozoo_url": "https://demozoo.org/productions/137864/",
        "id": 137864,
        "title": "First Intro",
        "author_nicks": [
            {
                "name": "Scanners",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/67777/?format=api",
                    "id": 67777,
                    "name": "Scanners",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-07",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/212378/?format=api",
        "demozoo_url": "https://demozoo.org/productions/212378/",
        "id": 212378,
        "title": "Sound Disk Pack 1",
        "author_nicks": [
            {
                "name": "Scanners",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/67777/?format=api",
                    "id": 67777,
                    "name": "Scanners",
                    "is_group": true
                }
            },
            {
                "name": "The Future Boys",
                "abbreviation": "TFB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22581/?format=api",
                    "id": 22581,
                    "name": "The Future Boys",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-05-15",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]