GET /api/v1/releasers/42738/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/327294/?format=api",
        "demozoo_url": "https://demozoo.org/productions/327294/",
        "id": 327294,
        "title": "It's All About Cubes",
        "author_nicks": [
            {
                "name": "Demodojo",
                "abbreviation": "DD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42738/?format=api",
                    "id": 42738,
                    "name": "Demodojo",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-09-08",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/85328/?format=api",
        "demozoo_url": "https://demozoo.org/productions/85328/",
        "id": 85328,
        "title": "First",
        "author_nicks": [
            {
                "name": "Demodojo",
                "abbreviation": "DD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42738/?format=api",
                    "id": 42738,
                    "name": "Demodojo",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-03-03",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/357669/?format=api",
        "demozoo_url": "https://demozoo.org/productions/357669/",
        "id": 357669,
        "title": "Demodojo Begins",
        "author_nicks": [
            {
                "name": "Demodojo",
                "abbreviation": "DD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42738/?format=api",
                    "id": 42738,
                    "name": "Demodojo",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005-12-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]