GET /api/v1/releasers/37498/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/66535/?format=api",
        "demozoo_url": "https://demozoo.org/productions/66535/",
        "id": 66535,
        "title": "Fuck STE!",
        "author_nicks": [
            {
                "name": "No Ball Crew",
                "abbreviation": "N.B.C.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37498/?format=api",
                    "id": 37498,
                    "name": "No Ball Crew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-07-25",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "stos",
            "anti-demo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/73235/?format=api",
        "demozoo_url": "https://demozoo.org/productions/73235/",
        "id": 73235,
        "title": "3000",
        "author_nicks": [
            {
                "name": "No Ball Crew",
                "abbreviation": "N.B.C.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37498/?format=api",
                    "id": 37498,
                    "name": "No Ball Crew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "stos"
        ]
    }
]