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

[
    {
        "url": "https://demozoo.org/api/v1/productions/7201/?format=api",
        "demozoo_url": "https://demozoo.org/productions/7201/",
        "id": 7201,
        "title": "Fast Intro",
        "author_nicks": [
            {
                "name": "Claw",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8374/?format=api",
                    "id": 8374,
                    "name": "Claw",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Tragedy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6968/?format=api",
                    "id": 6968,
                    "name": "Tragedy",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-12-30",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/210603/?format=api",
        "demozoo_url": "https://demozoo.org/music/210603/",
        "id": 210603,
        "title": "!off!",
        "author_nicks": [
            {
                "name": "Claw",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8374/?format=api",
                    "id": 8374,
                    "name": "Claw",
                    "is_group": false
                }
            },
            {
                "name": "The Untold",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/99374/?format=api",
                    "id": 99374,
                    "name": "The Untold",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-12-29",
        "supertype": "music",
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]