GET /api/v1/releasers/14578/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/20150/?format=api",
        "demozoo_url": "https://demozoo.org/productions/20150/",
        "id": 20150,
        "title": "Unser Heiligtum/Germanys Pride",
        "author_nicks": [
            {
                "name": "Tick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14578/?format=api",
                    "id": 14578,
                    "name": "Tick",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Accept Party Posse",
                "abbreviation": "APP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13037/?format=api",
                    "id": 13037,
                    "name": "Accept",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-04-13",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/203997/?format=api",
        "demozoo_url": "https://demozoo.org/music/203997/",
        "id": 203997,
        "title": "Masters o' da Univerz",
        "author_nicks": [
            {
                "name": "Tick",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14578/?format=api",
                    "id": 14578,
                    "name": "Tick",
                    "is_group": false
                }
            },
            {
                "name": "ned",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/89717/?format=api",
                    "id": 89717,
                    "name": "ned",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Accept Party Posse",
                "abbreviation": "APP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13037/?format=api",
                    "id": 13037,
                    "name": "Accept",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-04-12",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "10ch",
            "xm"
        ]
    }
]