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

[
    {
        "url": "https://demozoo.org/api/v1/productions/285564/?format=api",
        "demozoo_url": "https://demozoo.org/productions/285564/",
        "id": 285564,
        "title": "Watch Out",
        "author_nicks": [
            {
                "name": "Pasi Toska",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73601/?format=api",
                    "id": 73601,
                    "name": "Pasi Toska",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-10-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/62/?format=api",
                "id": 62,
                "name": "Custom Hardware"
            }
        ],
        "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/251450/?format=api",
        "demozoo_url": "https://demozoo.org/productions/251450/",
        "id": 251450,
        "title": "Wobbly Celebration",
        "author_nicks": [
            {
                "name": "Pasi Toska",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73601/?format=api",
                    "id": 73601,
                    "name": "Pasi Toska",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-08-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/38/?format=api",
                "id": 38,
                "name": "Nintendo Game Boy (GB)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/22/?format=api",
                "id": 22,
                "name": "32K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/176756/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176756/",
        "id": 176756,
        "title": "fancy dance moves",
        "author_nicks": [
            {
                "name": "Pasi Toska",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73601/?format=api",
                    "id": 73601,
                    "name": "Pasi Toska",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-08-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/38/?format=api",
                "id": 38,
                "name": "Nintendo Game Boy (GB)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "humor",
            "dance-animations"
        ]
    }
]