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

[
    {
        "url": "https://demozoo.org/api/v1/productions/172077/?format=api",
        "demozoo_url": "https://demozoo.org/music/172077/",
        "id": 172077,
        "title": "Tropical Sunset",
        "author_nicks": [
            {
                "name": "Nosferatu",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11122/?format=api",
                    "id": 11122,
                    "name": "Nosferatu",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-08-06",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "14ch",
            "mtm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/6186/?format=api",
        "demozoo_url": "https://demozoo.org/music/6186/",
        "id": 6186,
        "title": "Classical Feelings",
        "author_nicks": [
            {
                "name": "Nosferatu",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11122/?format=api",
                    "id": 11122,
                    "name": "Nosferatu",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Pentagon",
                "abbreviation": "PEN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7915/?format=api",
                    "id": 7915,
                    "name": "Pentagon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-12-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "12ch",
            "mtm"
        ]
    }
]