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

[
    {
        "url": "https://demozoo.org/api/v1/productions/367148/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367148/",
        "id": 367148,
        "title": "Music Player 2",
        "author_nicks": [
            {
                "name": "Regent Software",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108763/?format=api",
                    "id": 108763,
                    "name": "Regent Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "beeper"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/367147/?format=api",
        "demozoo_url": "https://demozoo.org/productions/367147/",
        "id": 367147,
        "title": "Music Player 1",
        "author_nicks": [
            {
                "name": "Regent Software",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108763/?format=api",
                    "id": 108763,
                    "name": "Regent Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": [
            "beeper"
        ]
    }
]