Information about plays

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

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

{
    "id": 379406,
    "uri": "https://api.kexp.org/v2/plays/379406/?format=api",
    "airdate": "2019-09-11T04:06:03-07:00",
    "show": 6316,
    "show_uri": "https://api.kexp.org/v2/shows/6316/?format=api",
    "image_uri": "http://coverartarchive.org/release/393c3fa5-39df-4bb2-a8de-c336677da1fd/13811245427-250.jpg",
    "thumbnail_uri": "",
    "song": "Time Eater",
    "track_id": "356130b2-fb5b-428f-a457-110fce9e9e6e",
    "recording_id": null,
    "artist": "Gold Panda",
    "artist_ids": [
        "bfbccd40-1a06-4ee7-b24d-b2f8cc714fa9"
    ],
    "album": "Good Luck and Do Your Best",
    "release_id": "393c3fa5-39df-4bb2-a8de-c336677da1fd",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music vid: https://www.youtube.com/watch?v=mUYfa072n-4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}