GET /api/v1/releasers/107415/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/361336/?format=api",
        "demozoo_url": "https://demozoo.org/productions/361336/",
        "id": 361336,
        "title": "Fantastic!",
        "author_nicks": [
            {
                "name": "Crackers of the Future",
                "abbreviation": "COF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107415/?format=api",
                    "id": 107415,
                    "name": "Crackers of the Future",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-07-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/361335/?format=api",
        "demozoo_url": "https://demozoo.org/productions/361335/",
        "id": 361335,
        "title": "Future Brief IV",
        "author_nicks": [
            {
                "name": "Crackers of the Future",
                "abbreviation": "COF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107415/?format=api",
                    "id": 107415,
                    "name": "Crackers of the Future",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-03-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "graphics-ripped-from-game",
            "bottom-border-scroll"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/333099/?format=api",
        "demozoo_url": "https://demozoo.org/productions/333099/",
        "id": 333099,
        "title": "Future Brief V",
        "author_nicks": [
            {
                "name": "Crackers of the Future",
                "abbreviation": "COF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107415/?format=api",
                    "id": 107415,
                    "name": "Crackers of the Future",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "border-scroll"
        ]
    }
]