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

[
    {
        "url": "https://demozoo.org/api/v1/productions/180374/?format=api",
        "demozoo_url": "https://demozoo.org/productions/180374/",
        "id": 180374,
        "title": "Buino you love it",
        "author_nicks": [
            {
                "name": "The Other Days",
                "abbreviation": "TOD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75134/?format=api",
                    "id": 75134,
                    "name": "The Other Days",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/14/?format=api",
                "id": 14,
                "name": "Console Handheld"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "arduino",
            "source-available",
            "gamebuino"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/183125/?format=api",
        "demozoo_url": "https://demozoo.org/productions/183125/",
        "id": 183125,
        "title": "Music Demo",
        "author_nicks": [
            {
                "name": "Rodot",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75989/?format=api",
                    "id": 75989,
                    "name": "Rodot",
                    "is_group": false
                }
            },
            {
                "name": "The Other Days",
                "abbreviation": "TOD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/75134/?format=api",
                    "id": 75134,
                    "name": "The Other Days",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/14/?format=api",
                "id": 14,
                "name": "Console Handheld"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "arduino",
            "gamebuino"
        ]
    }
]