GET /api/v1/releasers/20514/productions/?format=api&ordering=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/170912/?format=api",
        "demozoo_url": "https://demozoo.org/productions/170912/",
        "id": 170912,
        "title": "++++++++[>++++++++<-]>++++.+.<++[>++++<-]>.++.",
        "author_nicks": [
            {
                "name": "Dascon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1024/?format=api",
                    "id": 1024,
                    "name": "Dascon",
                    "is_group": false
                }
            },
            {
                "name": "Dither",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20514/?format=api",
                    "id": 20514,
                    "name": "Dither",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-04-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/48/?format=api",
                "id": 48,
                "name": "Java"
            },
            {
                "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": [
            "opengl",
            "processing",
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/30341/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/30341/",
        "id": 30341,
        "title": "Friendly Face",
        "author_nicks": [
            {
                "name": "Orgy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20514/?format=api",
                    "id": 20514,
                    "name": "Dither",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Amnesty",
                "abbreviation": "AME",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8691/?format=api",
                    "id": 8691,
                    "name": "Amnesty",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-01-28",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]