Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2683170/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2683170,
    "uri": "https://api.kexp.org/v2/plays/2683170/?format=api",
    "airdate": "2020-01-07T07:57:11-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cosmic Fruit",
    "track_id": "ebb7b20c-85ea-466d-ab2a-dbc62f735e32",
    "recording_id": null,
    "artist": "Low Hums",
    "artist_ids": [
        "caa0d41d-ac5a-49db-a770-e1cabe427a48"
    ],
    "album": "Zzyzx",
    "release_id": "eb767d23-7d35-492c-99a7-e68559c51aae",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The name for the Seattle-based Low Hums came from a dream that band-guru Jonas Haskins (vocals/guitar/bass) had. “I heard wolves howling in a canyon in my head when I woke up one morning,” he explains. “I had gotten lost in the desert and been surrounded by wolves, so I climbed a tree, which is odd to find in the desert, but there they were. A small grove of pine trees. I waited it out till the sun came up and then I woke up.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}