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

[
    {
        "url": "https://demozoo.org/api/v1/productions/80199/?format=api",
        "demozoo_url": "https://demozoo.org/music/80199/",
        "id": 80199,
        "title": "Electricity",
        "author_nicks": [
            {
                "name": "Hypnos",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45051/?format=api",
                    "id": 45051,
                    "name": "Hypnos",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Filter Kings",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45050/?format=api",
                    "id": 45050,
                    "name": "Filter Kings",
                    "is_group": true
                }
            }
        ],
        "release_date": "2005-06-25",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/76800/?format=api",
        "demozoo_url": "https://demozoo.org/music/76800/",
        "id": 76800,
        "title": "September.it",
        "author_nicks": [
            {
                "name": "Hypnos",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45051/?format=api",
                    "id": 45051,
                    "name": "Hypnos",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-10-09",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it"
        ]
    }
]