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

[
    {
        "url": "https://demozoo.org/api/v1/productions/311548/?format=api",
        "demozoo_url": "https://demozoo.org/music/311548/",
        "id": 311548,
        "title": "Hope And Fear",
        "author_nicks": [
            {
                "name": "Solar Flare",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/133199/?format=api",
                    "id": 133199,
                    "name": "Solar Flare",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-11",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/311543/?format=api",
        "demozoo_url": "https://demozoo.org/music/311543/",
        "id": 311543,
        "title": "Lost Satellite",
        "author_nicks": [
            {
                "name": "Solar Flare",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/133199/?format=api",
                    "id": 133199,
                    "name": "Solar Flare",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-10",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]