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

[
    {
        "url": "https://demozoo.org/api/v1/productions/305490/?format=api",
        "demozoo_url": "https://demozoo.org/productions/305490/",
        "id": 305490,
        "title": "Nano-Rally",
        "author_nicks": [
            {
                "name": "Nik",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59855/?format=api",
                    "id": 59855,
                    "name": "Nik Borel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Legion Of Steel Warriors",
                "abbreviation": "LOSW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59583/?format=api",
                    "id": 59583,
                    "name": "Legion Of Steel Warriors",
                    "is_group": true
                }
            }
        ],
        "release_date": "2022-02-11",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/291305/?format=api",
        "demozoo_url": "https://demozoo.org/productions/291305/",
        "id": 291305,
        "title": "ZX nano-Tetris",
        "author_nicks": [
            {
                "name": "Nik Borel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59855/?format=api",
                    "id": 59855,
                    "name": "Nik Borel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Legion Of Steel Warriors",
                "abbreviation": "LOSW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59583/?format=api",
                    "id": 59583,
                    "name": "Legion Of Steel Warriors",
                    "is_group": true
                }
            }
        ],
        "release_date": "2021-03-13",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/19/?format=api",
                "id": 19,
                "name": "256b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "tetris"
        ]
    }
]