GET /api/v1/releasers/6267/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/26837/?format=api",
        "demozoo_url": "https://demozoo.org/productions/26837/",
        "id": 26837,
        "title": "Station",
        "author_nicks": [
            {
                "name": "Higher Lyrics",
                "abbreviation": "HLY",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6267/?format=api",
                    "id": 6267,
                    "name": "Higher Lyrics",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-08-28",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": [
            "loop"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/4557/?format=api",
        "demozoo_url": "https://demozoo.org/productions/4557/",
        "id": 4557,
        "title": "The Lacquerer",
        "author_nicks": [
            {
                "name": "Higher Lyrics",
                "abbreviation": "HLY",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6267/?format=api",
                    "id": 6267,
                    "name": "Higher Lyrics",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-04-25",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": [
            "photoshop",
            "zbrush",
            "messiah"
        ]
    }
]