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

[
    {
        "url": "https://demozoo.org/api/v1/productions/76401/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/76401/",
        "id": 76401,
        "title": "ANACHRONYX",
        "author_nicks": [
            {
                "name": "Onyx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10473/?format=api",
                    "id": 10473,
                    "name": "Onyx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-07-26",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/42802/?format=api",
        "demozoo_url": "https://demozoo.org/music/42802/",
        "id": 42802,
        "title": "Music is Drug",
        "author_nicks": [
            {
                "name": "IronMan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8578/?format=api",
                    "id": 8578,
                    "name": "IronMan",
                    "is_group": false
                }
            },
            {
                "name": "Onyx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10473/?format=api",
                    "id": 10473,
                    "name": "Onyx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-06-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]