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

[
    {
        "url": "https://demozoo.org/api/v1/productions/368374/?format=api",
        "demozoo_url": "https://demozoo.org/productions/368374/",
        "id": 368374,
        "title": "Just a Demo",
        "author_nicks": [
            {
                "name": "Poison",
                "abbreviation": "PSN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108630/?format=api",
                    "id": 108630,
                    "name": "Poison",
                    "is_group": true
                }
            },
            {
                "name": "Thunderdome",
                "abbreviation": "TD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/110080/?format=api",
                    "id": 110080,
                    "name": "Thunderdome",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "one-file-demo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/368375/?format=api",
        "demozoo_url": "https://demozoo.org/productions/368375/",
        "id": 368375,
        "title": "Lame Intro",
        "author_nicks": [
            {
                "name": "Thunderdome",
                "abbreviation": "TD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/110080/?format=api",
                    "id": 110080,
                    "name": "Thunderdome",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]