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

[
    {
        "url": "https://demozoo.org/api/v1/productions/123499/?format=api",
        "demozoo_url": "https://demozoo.org/music/123499/",
        "id": 123499,
        "title": "Glitch Baby Go",
        "author_nicks": [
            {
                "name": "Planetdamage",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54012/?format=api",
                    "id": 54012,
                    "name": "Planetdamage",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-10-04",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "mp3"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/287960/?format=api",
        "demozoo_url": "https://demozoo.org/music/287960/",
        "id": 287960,
        "title": "Dominate...And Get Lost",
        "author_nicks": [
            {
                "name": "Damage 7",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54012/?format=api",
                    "id": 54012,
                    "name": "Planetdamage",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Xyber Unit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/118273/?format=api",
                    "id": 118273,
                    "name": "Xyber Unit",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "10ch",
            "s3m"
        ]
    }
]