GET /api/v1/releasers/18810/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/26889/?format=api",
        "demozoo_url": "https://demozoo.org/productions/26889/",
        "id": 26889,
        "title": "Metroid Prime Hunters (USA) +4",
        "author_nicks": [
            {
                "name": "Legacy",
                "abbreviation": "lgc",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18810/?format=api",
                    "id": 18810,
                    "name": "Legacy",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-06-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/32/?format=api",
                "id": 32,
                "name": "Nintendo DS (NDS)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound",
            "cracktro-needs-extraction"
        ]
    }
]