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

[
    {
        "url": "https://demozoo.org/api/v1/productions/25626/?format=api",
        "demozoo_url": "https://demozoo.org/music/25626/",
        "id": 25626,
        "title": "My knife cuts you",
        "author_nicks": [
            {
                "name": "Hot Sensation",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18262/?format=api",
                    "id": 18262,
                    "name": "Hot Sensation",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Jumalauta",
                "abbreviation": "JML",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1297/?format=api",
                    "id": 1297,
                    "name": "Jumalauta",
                    "is_group": true
                }
            }
        ],
        "release_date": "2007-02-17",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/76103/?format=api",
        "demozoo_url": "https://demozoo.org/music/76103/",
        "id": 76103,
        "title": "Hörförståelseprovet",
        "author_nicks": [
            {
                "name": "Hot Sensation",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18262/?format=api",
                    "id": 18262,
                    "name": "Hot Sensation",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-06-28",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]