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

[
    {
        "url": "https://demozoo.org/api/v1/productions/51928/?format=api",
        "demozoo_url": "https://demozoo.org/productions/51928/",
        "id": 51928,
        "title": "Leave Gray Reality",
        "author_nicks": [
            {
                "name": "Hard Drinking Dreamers",
                "abbreviation": "HDD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29751/?format=api",
                    "id": 29751,
                    "name": "Hard Drinking Dreamers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-08-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/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/52355/?format=api",
        "demozoo_url": "https://demozoo.org/productions/52355/",
        "id": 52355,
        "title": "Surveillance",
        "author_nicks": [
            {
                "name": "Hard Drinking Dreamers",
                "abbreviation": "HDD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29751/?format=api",
                    "id": 29751,
                    "name": "Hard Drinking Dreamers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-03-24",
        "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": []
    }
]