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

[
    {
        "url": "https://demozoo.org/api/v1/productions/147952/?format=api",
        "demozoo_url": "https://demozoo.org/music/147952/",
        "id": 147952,
        "title": "This Sucks",
        "author_nicks": [
            {
                "name": "Massacre",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42515/?format=api",
                    "id": 42515,
                    "name": "Massacre",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-08-12",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/131582/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/131582/",
        "id": 131582,
        "title": "No Pain",
        "author_nicks": [
            {
                "name": "Massacre",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42515/?format=api",
                    "id": 42515,
                    "name": "Massacre",
                    "is_group": false
                }
            },
            {
                "name": "Nemo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56309/?format=api",
                    "id": 56309,
                    "name": "Nemo",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-08-12",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]