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

[
    {
        "url": "https://demozoo.org/api/v1/productions/306001/?format=api",
        "demozoo_url": "https://demozoo.org/music/306001/",
        "id": 306001,
        "title": "Another Dancer",
        "author_nicks": [
            {
                "name": "Alert",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61572/?format=api",
                    "id": 61572,
                    "name": "Alert",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Different",
                "abbreviation": "DRT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26018/?format=api",
                    "id": 26018,
                    "name": "Different",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-08-17",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "16ch",
            "xm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/146289/?format=api",
        "demozoo_url": "https://demozoo.org/music/146289/",
        "id": 146289,
        "title": "Eternity",
        "author_nicks": [
            {
                "name": "Alert",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61572/?format=api",
                    "id": 61572,
                    "name": "Alert",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Different",
                "abbreviation": "DRT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26018/?format=api",
                    "id": 26018,
                    "name": "Different",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-08-12",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]