GET /api/v1/releasers/79514/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/308214/?format=api",
        "demozoo_url": "https://demozoo.org/productions/308214/",
        "id": 308214,
        "title": "White Riot issue 001",
        "author_nicks": [
            {
                "name": "Forever Lasting Importing Phreakers",
                "abbreviation": "FLIP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/79514/?format=api",
                    "id": 79514,
                    "name": "Forever Lasting Importing Phreakers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-01-05",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/189347/?format=api",
        "demozoo_url": "https://demozoo.org/productions/189347/",
        "id": 189347,
        "title": "Shitstuff 13",
        "author_nicks": [
            {
                "name": "Forever Lasting Importing Phreakers",
                "abbreviation": "FLIP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/79514/?format=api",
                    "id": 79514,
                    "name": "Forever Lasting Importing Phreakers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-07-02",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "ntsc"
        ]
    }
]