GET /api/v1/releasers/49073/member_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/109124/?format=api",
        "demozoo_url": "https://demozoo.org/productions/109124/",
        "id": 109124,
        "title": "A Slow Tornado in Strawberry Fields",
        "author_nicks": [
            {
                "name": "Icecream",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49072/?format=api",
                    "id": 49072,
                    "name": "Icecream",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Atom Delta",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49073/?format=api",
                    "id": 49073,
                    "name": "Atom Delta",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-04-20",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "crinkler",
            "4klang"
        ]
    }
]