GET /api/v1/releasers/48545/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/123473/?format=api",
        "demozoo_url": "https://demozoo.org/productions/123473/",
        "id": 123473,
        "title": "OneReason",
        "author_nicks": [
            {
                "name": "Alx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48545/?format=api",
                    "id": 48545,
                    "name": "1x",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-10-04",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "tooll2",
            "triphop"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/60144/?format=api",
        "demozoo_url": "https://demozoo.org/productions/60144/",
        "id": 60144,
        "title": "Lancet Liver Fluke",
        "author_nicks": [
            {
                "name": "Alx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48545/?format=api",
                    "id": 48545,
                    "name": "1x",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nerdarzt",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18172/?format=api",
                    "id": 18172,
                    "name": "Nerdarzt",
                    "is_group": true
                }
            }
        ],
        "release_date": "2013-03-30",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": [
            "remix",
            "triphop"
        ]
    }
]