GET /api/v1/releasers/12900/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/17872/?format=api",
        "demozoo_url": "https://demozoo.org/music/17872/",
        "id": 17872,
        "title": "KASARITORVET? MITENNI?",
        "author_nicks": [
            {
                "name": "kaikkien mutsit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12899/?format=api",
                    "id": 12899,
                    "name": "kaikkien mutsit",
                    "is_group": false
                }
            },
            {
                "name": "lasipurkkimies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12900/?format=api",
                    "id": 12900,
                    "name": "lasipurkkimies",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-08-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it",
            "5ch"
        ]
    }
]