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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18940/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/18940/",
        "id": 18940,
        "title": "Burn-in Test",
        "author_nicks": [
            {
                "name": "R2-D2",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13654/?format=api",
                    "id": 13654,
                    "name": "R2-D2",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "delta-pi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11633/?format=api",
                    "id": 11633,
                    "name": "Delta.pi",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-03-31",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "24bit"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/33232/?format=api",
        "demozoo_url": "https://demozoo.org/music/33232/",
        "id": 33232,
        "title": "TKKG",
        "author_nicks": [
            {
                "name": "R2D2",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13654/?format=api",
                    "id": 13654,
                    "name": "R2-D2",
                    "is_group": false
                }
            },
            {
                "name": "Yoda",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/561/?format=api",
                    "id": 561,
                    "name": "Yoda",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Delta Pi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11633/?format=api",
                    "id": 11633,
                    "name": "Delta.pi",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-05-11",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]