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

[
    {
        "url": "https://demozoo.org/api/v1/productions/12941/?format=api",
        "demozoo_url": "https://demozoo.org/productions/12941/",
        "id": 12941,
        "title": "Do-little",
        "author_nicks": [
            {
                "name": "Adam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17221/?format=api",
                    "id": 17221,
                    "name": "Adam",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Hooy-Program",
                "abbreviation": "H-Prg",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1427/?format=api",
                    "id": 1427,
                    "name": "Hooy-Program",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "zx-spectrum-128k"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/130261/?format=api",
        "demozoo_url": "https://demozoo.org/productions/130261/",
        "id": 130261,
        "title": "Do-little (48K)",
        "author_nicks": [
            {
                "name": "Adam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17221/?format=api",
                    "id": 17221,
                    "name": "Adam",
                    "is_group": false
                }
            },
            {
                "name": "Hooy-Program",
                "abbreviation": "H-Prg",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1427/?format=api",
                    "id": 1427,
                    "name": "Hooy-Program",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ay",
            "tk90x",
            "zx-spectrum-48k"
        ]
    }
]