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

[
    {
        "url": "https://demozoo.org/api/v1/productions/362840/?format=api",
        "demozoo_url": "https://demozoo.org/productions/362840/",
        "id": 362840,
        "title": "The Real Console Release Charts January 1994",
        "author_nicks": [
            {
                "name": "Dave",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77698/?format=api",
                    "id": 77698,
                    "name": "Dave",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Romkids",
                "abbreviation": "RMK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39889/?format=api",
                    "id": 39889,
                    "name": "Romkids",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-01",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/49/?format=api",
                "id": 49,
                "name": "Textmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "release-chart"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/362839/?format=api",
        "demozoo_url": "https://demozoo.org/productions/362839/",
        "id": 362839,
        "title": "The Real Console Release Charts December 1993",
        "author_nicks": [
            {
                "name": "Dave",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77698/?format=api",
                    "id": 77698,
                    "name": "Dave",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Romkids",
                "abbreviation": "RMK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39889/?format=api",
                    "id": 39889,
                    "name": "Romkids",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-12",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/49/?format=api",
                "id": 49,
                "name": "Textmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "release-chart"
        ]
    }
]