GET /api/v1/releasers/75903/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/189908/?format=api",
        "demozoo_url": "https://demozoo.org/productions/189908/",
        "id": 189908,
        "title": "Petrov",
        "author_nicks": [
            {
                "name": "Noxema",
                "abbreviation": "NXM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75903/?format=api",
                    "id": 75903,
                    "name": "Noxema",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-02-08",
        "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/182826/?format=api",
        "demozoo_url": "https://demozoo.org/productions/182826/",
        "id": 182826,
        "title": "ThePtak",
        "author_nicks": [
            {
                "name": "Faith Design",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/47540/?format=api",
                    "id": 47540,
                    "name": "Faith Design",
                    "is_group": true
                }
            },
            {
                "name": "Noxema",
                "abbreviation": "NXM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75903/?format=api",
                    "id": 75903,
                    "name": "Noxema",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-07-04",
        "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": []
    }
]