Information about plays

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

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

{
    "id": 344399,
    "uri": "https://api.kexp.org/v2/plays/344399/?format=api",
    "airdate": "2019-06-21T17:56:30-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like a Rolling Stone",
    "track_id": "818368df-0cfa-3671-89a8-1a12b06d10bd",
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Highway 61 Revisited",
    "release_id": "b32080e2-b04d-3de7-b0a4-63e99225b95d",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Dylan was the first to buck the trend towards short songs with his classic hit “Like a Rolling Stone,” which clocked in at 6:13. When he delivered this song to Columbia Records, the label refused to put out the track, worried that it was too long to be commercially successful.\nDespite its length, the song is Dylan's most commercially successful release, remaining in the US charts for 12 weeks, where it reached number 2 behind The Beatles' \"Help!\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}