GET /api/v1/releasers/157/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/373209/?format=api",
        "demozoo_url": "https://demozoo.org/music/373209/",
        "id": 373209,
        "title": "I2 Bass Loop",
        "author_nicks": [
            {
                "name": "Crimson",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/157/?format=api",
                    "id": 157,
                    "name": "Crimson",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Albion Crew",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20545/?format=api",
                    "id": 20545,
                    "name": "Albion Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": "2010-09-18",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "6581",
            "jch-editor-v3"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/283331/?format=api",
        "demozoo_url": "https://demozoo.org/music/283331/",
        "id": 283331,
        "title": "Vandalism News 48 (intro)",
        "author_nicks": [
            {
                "name": "Crimson",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/157/?format=api",
                    "id": 157,
                    "name": "Crimson",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-10-31",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]