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

[
    {
        "url": "https://demozoo.org/api/v1/productions/105269/?format=api",
        "demozoo_url": "https://demozoo.org/music/105269/",
        "id": 105269,
        "title": "Nuclear Techno",
        "author_nicks": [
            {
                "name": "Katana",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10479/?format=api",
                    "id": 10479,
                    "name": "Katana",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2008-12-03",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "12ch",
            "it"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/151807/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/151807/",
        "id": 151807,
        "title": "Echecs",
        "author_nicks": [
            {
                "name": "Katana",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10479/?format=api",
                    "id": 10479,
                    "name": "Katana",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Antares",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36812/?format=api",
                    "id": 36812,
                    "name": "Antares",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-06",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]