Information about plays

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

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

{
    "id": 377443,
    "uri": "https://api.kexp.org/v2/plays/377443/?format=api",
    "airdate": "2019-09-06T11:12:38-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/15baf3d0-f074-4081-b7c9-dcb958134d57/14261342336-250.jpg",
    "thumbnail_uri": "",
    "song": "Adore",
    "track_id": "7166e693-2076-4d0a-9e49-c4b20301fe61",
    "recording_id": null,
    "artist": "Savages",
    "artist_ids": [
        "42d72c29-8a7a-4c88-89ed-a2ca25d40284"
    ],
    "album": "Adore Life",
    "release_id": "15baf3d0-f074-4081-b7c9-dcb958134d57",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2016-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Savages played live on KEXP back in 2013. See it here: https://www.youtube.com/watch?v=cL7uHhCo4qw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}