GET /api/v1/releasers/31271/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/59291/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/59291/",
        "id": 59291,
        "title": "Doom 3 - Back to hell",
        "author_nicks": [
            {
                "name": "RADd0X",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31271/?format=api",
                    "id": 31271,
                    "name": "RADd0X",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-11-30",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/53702/?format=api",
        "demozoo_url": "https://demozoo.org/music/53702/",
        "id": 53702,
        "title": "Counterstrike - Ground Zero",
        "author_nicks": [
            {
                "name": "RADd0X",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31271/?format=api",
                    "id": 31271,
                    "name": "RADd0X",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-12-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]