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

[
    {
        "url": "https://demozoo.org/api/v1/productions/123326/?format=api",
        "demozoo_url": "https://demozoo.org/music/123326/",
        "id": 123326,
        "title": "Reflex'n'echo",
        "author_nicks": [
            {
                "name": "Python",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53910/?format=api",
                    "id": 53910,
                    "name": "Python",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Flash",
                "abbreviation": "FLS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53911/?format=api",
                    "id": 53911,
                    "name": "Flash",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-05-30",
        "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/32825/?format=api",
        "demozoo_url": "https://demozoo.org/music/32825/",
        "id": 32825,
        "title": "Happy Man",
        "author_nicks": [
            {
                "name": "Python",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53910/?format=api",
                    "id": 53910,
                    "name": "Python",
                    "is_group": false
                }
            },
            {
                "name": "Szasza",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21845/?format=api",
                    "id": 21845,
                    "name": "Szasza",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-04-13",
        "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"
        ]
    }
]