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

[
    {
        "url": "https://demozoo.org/api/v1/productions/288833/?format=api",
        "demozoo_url": "https://demozoo.org/productions/288833/",
        "id": 288833,
        "title": "Mandelbrot Fractal",
        "author_nicks": [
            {
                "name": "FORTRAN LOVERS",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108372/?format=api",
                    "id": 108372,
                    "name": "FORTRAN LOVERS",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-01-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/73/?format=api",
                "id": 73,
                "name": "Electronika BK-0010/11M"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/19/?format=api",
                "id": 19,
                "name": "256b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "mandelbrot"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/269417/?format=api",
        "demozoo_url": "https://demozoo.org/productions/269417/",
        "id": 269417,
        "title": "BKSCOPE",
        "author_nicks": [
            {
                "name": "FORTRAN LOVERS",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108372/?format=api",
                    "id": 108372,
                    "name": "FORTRAN LOVERS",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-10-26",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/73/?format=api",
                "id": 73,
                "name": "Electronika BK-0010/11M"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/19/?format=api",
                "id": 19,
                "name": "256b Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "tiny-intro-with-sound"
        ]
    }
]