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

[
    {
        "url": "https://demozoo.org/api/v1/productions/296062/?format=api",
        "demozoo_url": "https://demozoo.org/productions/296062/",
        "id": 296062,
        "title": "State Of Laser Beam",
        "author_nicks": [
            {
                "name": "Major X",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2115/?format=api",
                    "id": 2115,
                    "name": "Major X",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Holo Sapiens",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/121836/?format=api",
                    "id": 121836,
                    "name": "Holo Sapiens",
                    "is_group": true
                }
            }
        ],
        "release_date": "2021-07-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "remix",
            "laser",
            "laser-dance",
            "source-available",
            "lasercube"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/294777/?format=api",
        "demozoo_url": "https://demozoo.org/productions/294777/",
        "id": 294777,
        "title": "First Reality",
        "author_nicks": [
            {
                "name": "Major X",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2115/?format=api",
                    "id": 2115,
                    "name": "Major X",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Holo Sapiens",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/121836/?format=api",
                    "id": 121836,
                    "name": "Holo Sapiens",
                    "is_group": true
                }
            }
        ],
        "release_date": "2021-05-22",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/52/?format=api",
                "id": 52,
                "name": "Android"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "second-reality",
            "source-available",
            "augmented-reality"
        ]
    }
]