GET /api/v1/releasers/144438/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/356002/?format=api",
        "demozoo_url": "https://demozoo.org/productions/356002/",
        "id": 356002,
        "title": "List Master 1.0",
        "author_nicks": [
            {
                "name": "Damage Inc.",
                "abbreviation": "DMG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144438/?format=api",
                    "id": 144438,
                    "name": "Damage Inc.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-02-22",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "shareware",
            "bbs-related"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/356004/?format=api",
        "demozoo_url": "https://demozoo.org/productions/356004/",
        "id": 356004,
        "title": "TopTen 1.0",
        "author_nicks": [
            {
                "name": "Damage Inc.",
                "abbreviation": "DMG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144438/?format=api",
                    "id": 144438,
                    "name": "Damage Inc.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-02-17",
        "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/53/?format=api",
                "id": 53,
                "name": "BBS Door",
                "supertype": "production"
            }
        ],
        "tags": [
            "pcexpress"
        ]
    }
]