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

[
    {
        "url": "https://demozoo.org/api/v1/productions/372293/?format=api",
        "demozoo_url": "https://demozoo.org/music/372293/",
        "id": 372293,
        "title": "Crazy Drummer",
        "author_nicks": [
            {
                "name": "Crab",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146271/?format=api",
                    "id": 146271,
                    "name": "Crab",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Ruff Engine",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/137810/?format=api",
                    "id": 137810,
                    "name": "Ruff Engine",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-10-06",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm",
            "drum-n-bass"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/372288/?format=api",
        "demozoo_url": "https://demozoo.org/music/372288/",
        "id": 372288,
        "title": "Somewhere",
        "author_nicks": [
            {
                "name": "Crab",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146271/?format=api",
                    "id": 146271,
                    "name": "Crab",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Ruff Engine",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/137810/?format=api",
                    "id": 137810,
                    "name": "Ruff Engine",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-06-10",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm",
            "drum-n-bass"
        ]
    }
]