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

[
    {
        "url": "https://demozoo.org/api/v1/productions/124376/?format=api",
        "demozoo_url": "https://demozoo.org/productions/124376/",
        "id": 124376,
        "title": "Smash It",
        "author_nicks": [
            {
                "name": "Elix",
                "abbreviation": "ELX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49167/?format=api",
                    "id": 49167,
                    "name": "Elix",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-10-18",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/34/?format=api",
                "id": 34,
                "name": "Nintendo SNES/Super FamiCom"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/109417/?format=api",
        "demozoo_url": "https://demozoo.org/productions/109417/",
        "id": 109417,
        "title": "Nu",
        "author_nicks": [
            {
                "name": "Elix",
                "abbreviation": "ELX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49167/?format=api",
                    "id": 49167,
                    "name": "Elix",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2014-04-19",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/34/?format=api",
                "id": 34,
                "name": "Nintendo SNES/Super FamiCom"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "animations"
        ]
    }
]