GET /api/v1/releasers/70367/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/169100/?format=api",
        "demozoo_url": "https://demozoo.org/productions/169100/",
        "id": 169100,
        "title": "The Drool Zone BBS",
        "author_nicks": [
            {
                "name": "Extacy",
                "abbreviation": "XTC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70367/?format=api",
                    "id": 70367,
                    "name": "Extacy",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-06",
        "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/41/?format=api",
                "id": 41,
                "name": "BBStro",
                "supertype": "production"
            }
        ],
        "tags": [
            "adlib"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/203598/?format=api",
        "demozoo_url": "https://demozoo.org/productions/203598/",
        "id": 203598,
        "title": "Vector Demo 1993",
        "author_nicks": [
            {
                "name": "Extacy",
                "abbreviation": "XTC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70367/?format=api",
                    "id": 70367,
                    "name": "Extacy",
                    "is_group": true
                }
            },
            {
                "name": "The Untouchables",
                "abbreviation": "TU",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/76042/?format=api",
                    "id": 76042,
                    "name": "The Untouchables",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-12-31",
        "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": [
            "uncredited-music"
        ]
    }
]