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

[
    {
        "url": "https://demozoo.org/api/v1/productions/275793/?format=api",
        "demozoo_url": "https://demozoo.org/productions/275793/",
        "id": 275793,
        "title": "Soccer Kid Cracktro",
        "author_nicks": [
            {
                "name": "Organized Crime",
                "abbreviation": "OC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/78794/?format=api",
                    "id": 78794,
                    "name": "Organized Crime",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-09-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-credits-added",
            "soccer-kid"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/188244/?format=api",
        "demozoo_url": "https://demozoo.org/productions/188244/",
        "id": 188244,
        "title": "Organized Crime Loader",
        "author_nicks": [
            {
                "name": "Organized Crime",
                "abbreviation": "OC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/78794/?format=api",
                    "id": 78794,
                    "name": "Organized Crime",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-07-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]