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

[
    {
        "url": "https://demozoo.org/api/v1/productions/84301/?format=api",
        "demozoo_url": "https://demozoo.org/music/84301/",
        "id": 84301,
        "title": "Dobry W Ryj Kawa³ek",
        "author_nicks": [
            {
                "name": "Tryba",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42503/?format=api",
                    "id": 42503,
                    "name": "Tryba",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Futuris",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6049/?format=api",
                    "id": 6049,
                    "name": "Futuris",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-08-26",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]