GET /api/v1/releasers/45958/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/131929/?format=api",
        "demozoo_url": "https://demozoo.org/productions/131929/",
        "id": 131929,
        "title": "Assembly Summer 2015",
        "author_nicks": [
            {
                "name": "Compocrew",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45958/?format=api",
                    "id": 45958,
                    "name": "Compocrew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-01-31",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": [
            "shrinkler"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/355155/?format=api",
        "demozoo_url": "https://demozoo.org/productions/355155/",
        "id": 355155,
        "title": "Paaris",
        "author_nicks": [
            {
                "name": "Compocrew",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45958/?format=api",
                    "id": 45958,
                    "name": "Compocrew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]