GET /api/v1/releasers/2331/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/60746/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/60746/",
        "id": 60746,
        "title": "Syndrome",
        "author_nicks": [
            {
                "name": "Cool Coyote",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2331/?format=api",
                    "id": 2331,
                    "name": "Cool Coyote",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "No Limit Coding",
                "abbreviation": "NLC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2221/?format=api",
                    "id": 2221,
                    "name": "No Limit Coding",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-08-05",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/53506/?format=api",
        "demozoo_url": "https://demozoo.org/music/53506/",
        "id": 53506,
        "title": "Maf X Cool Coyote",
        "author_nicks": [
            {
                "name": "Cool Coyote",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2331/?format=api",
                    "id": 2331,
                    "name": "Cool Coyote",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Avengers",
                "abbreviation": "AVG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2332/?format=api",
                    "id": 2332,
                    "name": "The Avengers",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-04-16",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "dtm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/100365/?format=api",
        "demozoo_url": "https://demozoo.org/music/100365/",
        "id": 100365,
        "title": "Smells Like Teen Spirit",
        "author_nicks": [
            {
                "name": "Cool Coyote",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2331/?format=api",
                    "id": 2331,
                    "name": "Cool Coyote",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod",
            "cover-version"
        ]
    }
]