GET /api/v1/releasers/19140/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/31921/?format=api",
        "demozoo_url": "https://demozoo.org/productions/31921/",
        "id": 31921,
        "title": "Experience",
        "author_nicks": [
            {
                "name": "Dark Legions",
                "abbreviation": "DL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19140/?format=api",
                    "id": 19140,
                    "name": "Dark Legions",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "midas"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/29404/?format=api",
        "demozoo_url": "https://demozoo.org/productions/29404/",
        "id": 29404,
        "title": "Guilt of Innocence",
        "author_nicks": [
            {
                "name": "Dark Legions",
                "abbreviation": "DL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19140/?format=api",
                    "id": 19140,
                    "name": "Dark Legions",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-07-16",
        "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/30299/?format=api",
        "demozoo_url": "https://demozoo.org/productions/30299/",
        "id": 30299,
        "title": "Nemesis",
        "author_nicks": [
            {
                "name": "Dark Legions",
                "abbreviation": "DL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19140/?format=api",
                    "id": 19140,
                    "name": "Dark Legions",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-01-28",
        "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": []
    }
]