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

[
    {
        "url": "https://demozoo.org/api/v1/productions/93412/?format=api",
        "demozoo_url": "https://demozoo.org/music/93412/",
        "id": 93412,
        "title": "player test 23",
        "author_nicks": [
            {
                "name": "Duck",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44143/?format=api",
                    "id": 44143,
                    "name": "Duck",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Duck And Chicken",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23225/?format=api",
                    "id": 23225,
                    "name": "Duck And Chicken",
                    "is_group": true
                }
            }
        ],
        "release_date": "2012-11-17",
        "supertype": "music",
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "8580"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/91054/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/91054/",
        "id": 91054,
        "title": "duck and chicken: pond life",
        "author_nicks": [
            {
                "name": "Chicken",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23204/?format=api",
                    "id": 23204,
                    "name": "Chicken Brittle",
                    "is_group": false
                }
            },
            {
                "name": "Duck",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44143/?format=api",
                    "id": 44143,
                    "name": "Duck",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Duck And Chicken",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23225/?format=api",
                    "id": 23225,
                    "name": "Duck And Chicken",
                    "is_group": true
                }
            }
        ],
        "release_date": "2011-11-12",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]