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

[
    {
        "url": "https://demozoo.org/api/v1/productions/5114/?format=api",
        "demozoo_url": "https://demozoo.org/productions/5114/",
        "id": 5114,
        "title": "Walking in Circles",
        "author_nicks": [
            {
                "name": "Amiga Demoscene Archive",
                "abbreviation": "ADA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45644/?format=api",
                    "id": 45644,
                    "name": "Amiga Demoscene Archive",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2009-04-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/104111/?format=api",
        "demozoo_url": "https://demozoo.org/productions/104111/",
        "id": 104111,
        "title": "Life On A Grid",
        "author_nicks": [
            {
                "name": "Amiga Demoscene Archive",
                "abbreviation": "ADA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45644/?format=api",
                    "id": 45644,
                    "name": "Amiga Demoscene Archive",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2008-12-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/10/?format=api",
                "id": 10,
                "name": "40k Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]