GET /api/v1/releasers/59548/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/179642/?format=api",
        "demozoo_url": "https://demozoo.org/productions/179642/",
        "id": 179642,
        "title": "CR-ASM",
        "author_nicks": [
            {
                "name": "The Cronies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59548/?format=api",
                    "id": 59548,
                    "name": "The Cronies",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-07-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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/140064/?format=api",
        "demozoo_url": "https://demozoo.org/productions/140064/",
        "id": 140064,
        "title": "Game Over",
        "author_nicks": [
            {
                "name": "The Cronies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59548/?format=api",
                    "id": 59548,
                    "name": "The Cronies",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-06-19",
        "supertype": "production",
        "platforms": [
            {
                "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": [
            "textmode"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/140061/?format=api",
        "demozoo_url": "https://demozoo.org/music/140061/",
        "id": 140061,
        "title": "Entropy",
        "author_nicks": [
            {
                "name": "The Cronies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59548/?format=api",
                    "id": 59548,
                    "name": "The Cronies",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-06-19",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/31/?format=api",
                "id": 31,
                "name": "Executable Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]