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

[
    {
        "url": "https://demozoo.org/api/v1/productions/125992/?format=api",
        "demozoo_url": "https://demozoo.org/music/125992/",
        "id": 125992,
        "title": "Crazy Dream",
        "author_nicks": [
            {
                "name": "Animist",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54719/?format=api",
                    "id": 54719,
                    "name": "Animist",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Injection",
                "abbreviation": "INJ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26356/?format=api",
                    "id": 26356,
                    "name": "Injection",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-09-06",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/198219/?format=api",
        "demozoo_url": "https://demozoo.org/productions/198219/",
        "id": 198219,
        "title": "Disco Zik",
        "author_nicks": [
            {
                "name": "Animist",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54719/?format=api",
                    "id": 54719,
                    "name": "Animist",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Injection",
                "abbreviation": "INJ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26356/?format=api",
                    "id": 26356,
                    "name": "Injection",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-09-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]