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

[
    {
        "url": "https://demozoo.org/api/v1/productions/15249/?format=api",
        "demozoo_url": "https://demozoo.org/music/15249/",
        "id": 15249,
        "title": "Emergency",
        "author_nicks": [
            {
                "name": "Roma",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9640/?format=api",
                    "id": 9640,
                    "name": "Roma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Real Masters",
                "abbreviation": "RMC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9212/?format=api",
                    "id": 9212,
                    "name": "Real Masters",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "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/16228/?format=api",
        "demozoo_url": "https://demozoo.org/music/16228/",
        "id": 16228,
        "title": "Moscow",
        "author_nicks": [
            {
                "name": "Averin Roman",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9640/?format=api",
                    "id": 9640,
                    "name": "Roma",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Real Masters",
                "abbreviation": "RMC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9212/?format=api",
                    "id": 9212,
                    "name": "Real Masters",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-08-23",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "asc"
        ]
    }
]