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

[
    {
        "url": "https://demozoo.org/api/v1/productions/3188/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3188/",
        "id": 3188,
        "title": "Space Waste",
        "author_nicks": [
            {
                "name": "Octarine",
                "abbreviation": "OCT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5581/?format=api",
                    "id": 5581,
                    "name": "Octarine",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-04-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/37/?format=api",
                "id": 37,
                "name": "Nintendo Game Boy Color (GBC)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "carillon-player",
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/90586/?format=api",
        "demozoo_url": "https://demozoo.org/productions/90586/",
        "id": 90586,
        "title": "Sounds of Silence",
        "author_nicks": [
            {
                "name": "Octarine",
                "abbreviation": "OCT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5581/?format=api",
                    "id": 5581,
                    "name": "Octarine",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2002-08-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/27/?format=api",
                "id": 27,
                "name": "Calculator"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ti-83"
        ]
    }
]