GET /api/v1/releasers/107230/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/321623/?format=api",
        "demozoo_url": "https://demozoo.org/productions/321623/",
        "id": 321623,
        "title": "Highlife 04",
        "author_nicks": [
            {
                "name": "BIP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107230/?format=api",
                    "id": 107230,
                    "name": "BIP",
                    "is_group": true
                }
            },
            {
                "name": "Parados",
                "abbreviation": "PRS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92812/?format=api",
                    "id": 92812,
                    "name": "Parados",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-04-30",
        "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/321622/?format=api",
        "demozoo_url": "https://demozoo.org/productions/321622/",
        "id": 321622,
        "title": "Highlife 03",
        "author_nicks": [
            {
                "name": "BIP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107230/?format=api",
                    "id": 107230,
                    "name": "BIP",
                    "is_group": true
                }
            },
            {
                "name": "Parados",
                "abbreviation": "PRS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/92812/?format=api",
                    "id": 92812,
                    "name": "Parados",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-03-25",
        "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": []
    }
]