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

[
    {
        "url": "https://demozoo.org/api/v1/productions/278314/?format=api",
        "demozoo_url": "https://demozoo.org/productions/278314/",
        "id": 278314,
        "title": "Breaktime",
        "author_nicks": [
            {
                "name": "The Dream Team",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/114263/?format=api",
                    "id": 114263,
                    "name": "The Dream Team",
                    "is_group": true
                }
            },
            {
                "name": "The Ultimate Crackers",
                "abbreviation": "TUC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/68984/?format=api",
                    "id": 68984,
                    "name": "The Ultimate Crackers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-10-11",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/166464/?format=api",
        "demozoo_url": "https://demozoo.org/productions/166464/",
        "id": 166464,
        "title": "Paperboy +",
        "author_nicks": [
            {
                "name": "The Ultimate Crackers",
                "abbreviation": "TUC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/68984/?format=api",
                    "id": 68984,
                    "name": "The Ultimate Crackers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986-11-21",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound",
            "paperboy",
            "trainer"
        ]
    }
]