GET /api/v1/releasers/2512/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/63687/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/63687/",
        "id": 63687,
        "title": "Atari",
        "author_nicks": [
            {
                "name": "NoBrain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2512/?format=api",
                    "id": 2512,
                    "name": "NoBrain",
                    "is_group": false
                }
            },
            {
                "name": "TAM",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2648/?format=api",
                    "id": 2648,
                    "name": "TAM",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-07-08",
        "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/135249/?format=api",
        "demozoo_url": "https://demozoo.org/productions/135249/",
        "id": 135249,
        "title": "Lightning Disc",
        "author_nicks": [
            {
                "name": "NoBrain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2512/?format=api",
                    "id": 2512,
                    "name": "NoBrain",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "NoCrew",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2220/?format=api",
                    "id": 2220,
                    "name": "NoCrew",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-10-23",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/17/?format=api",
                "id": 17,
                "name": "Atari Falcon"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "whip-plugin"
        ]
    }
]