Information about plays

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

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

{
    "id": 374852,
    "uri": "https://api.kexp.org/v2/plays/374852/?format=api",
    "airdate": "2019-08-31T13:08:00-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cocaine Blues",
    "track_id": "57e746cb-3d17-3b4e-a57b-912c02bf2fd2",
    "recording_id": null,
    "artist": "Escort",
    "artist_ids": [
        "d1905c22-27b7-4e14-8e04-caf9a31ec8b4"
    ],
    "album": "Escort",
    "release_id": "b93d2156-090b-4f1b-8892-97e3ac8eecf8",
    "release_group_id": null,
    "labels": [
        "Tirk Recordings"
    ],
    "label_ids": [],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Escort founders Dan Balis and Eugene Cho met at Vassar College and started making house singles in the early 2000s. Escort started as a studio project for the duo who, \"wanted to make records in the spirit of the old ones we were sampling.\" Here they are covering Dillinger's reggae-disco classic, \"Cocaine in My Brain.\" - https://bit.ly/2ZCwiYH",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}