GET /api/v1/releasers/5686/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/3316/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3316/",
        "id": 3316,
        "title": "Flucht vor der Verwüstungstheorie",
        "author_nicks": [
            {
                "name": "Mnemonic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5686/?format=api",
                    "id": 5686,
                    "name": "Mnemonic",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-04-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "german"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/35115/?format=api",
        "demozoo_url": "https://demozoo.org/productions/35115/",
        "id": 35115,
        "title": "Open it!",
        "author_nicks": [
            {
                "name": "Decibel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36161/?format=api",
                    "id": 36161,
                    "name": "Decibel",
                    "is_group": true
                }
            },
            {
                "name": "Mnemonic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5686/?format=api",
                    "id": 5686,
                    "name": "Mnemonic",
                    "is_group": true
                }
            },
            {
                "name": "Stones",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23141/?format=api",
                    "id": 23141,
                    "name": "Stones",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-08-30",
        "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/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]