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

[
    {
        "url": "https://demozoo.org/api/v1/productions/269429/?format=api",
        "demozoo_url": "https://demozoo.org/productions/269429/",
        "id": 269429,
        "title": "Bixo",
        "author_nicks": [
            {
                "name": "North South Demoscene Crew",
                "abbreviation": "NSDC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108377/?format=api",
                    "id": 108377,
                    "name": "North South Demoscene Crew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-08-11",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/269430/?format=api",
        "demozoo_url": "https://demozoo.org/productions/269430/",
        "id": 269430,
        "title": "Props Máquina",
        "author_nicks": [
            {
                "name": "North South Demoscene Crew",
                "abbreviation": "NSDC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108377/?format=api",
                    "id": 108377,
                    "name": "North South Demoscene Crew",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-08-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]