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

[
    {
        "url": "https://demozoo.org/api/v1/productions/46250/?format=api",
        "demozoo_url": "https://demozoo.org/music/46250/",
        "id": 46250,
        "title": "Answer Me",
        "author_nicks": [
            {
                "name": "Mr. Slam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28554/?format=api",
                    "id": 28554,
                    "name": "Mr. Slam",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "New Order",
                "abbreviation": "NO",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22150/?format=api",
                    "id": 22150,
                    "name": "New Order",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-03-11",
        "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/42288/?format=api",
        "demozoo_url": "https://demozoo.org/productions/42288/",
        "id": 42288,
        "title": "Daedalus Project",
        "author_nicks": [
            {
                "name": "Mr. Slam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28554/?format=api",
                    "id": 28554,
                    "name": "Mr. Slam",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-09-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/47/?format=api",
                "id": 47,
                "name": "Flash"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]