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

[
    {
        "url": "https://demozoo.org/api/v1/productions/294215/?format=api",
        "demozoo_url": "https://demozoo.org/music/294215/",
        "id": 294215,
        "title": "End of Year",
        "author_nicks": [
            {
                "name": "Cobra",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123019/?format=api",
                    "id": 123019,
                    "name": "Cobra",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Power House",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/67128/?format=api",
                    "id": 67128,
                    "name": "Power House",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991-12",
        "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": [
            "fc14"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/294217/?format=api",
        "demozoo_url": "https://demozoo.org/music/294217/",
        "id": 294217,
        "title": "Bintro",
        "author_nicks": [
            {
                "name": "Cobra",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/123019/?format=api",
                    "id": 123019,
                    "name": "Cobra",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Power House",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/67128/?format=api",
                    "id": 67128,
                    "name": "Power House",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991",
        "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": []
    }
]