GET /api/v1/releasers/43612/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/88099/?format=api",
        "demozoo_url": "https://demozoo.org/music/88099/",
        "id": 88099,
        "title": "Rayos de sol",
        "author_nicks": [
            {
                "name": "Mikel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43612/?format=api",
                    "id": 43612,
                    "name": "Mikel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-07-27",
        "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/85256/?format=api",
        "demozoo_url": "https://demozoo.org/music/85256/",
        "id": 85256,
        "title": "mikel303",
        "author_nicks": [
            {
                "name": "Mikel",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/43612/?format=api",
                    "id": 43612,
                    "name": "Mikel",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-07-22",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]