Information about plays

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

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

{
    "id": 377379,
    "uri": "https://api.kexp.org/v2/plays/377379/?format=api",
    "airdate": "2019-09-06T07:40:49-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/bb7a34ce-3fd6-4160-b908-1e5dd6635fdb/9716771346-250.jpg",
    "thumbnail_uri": "",
    "song": "We Got the Beat",
    "track_id": "28bd0208-0bec-42ae-a779-70212f2f5aa6",
    "recording_id": null,
    "artist": "The Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": "bb7a34ce-3fd6-4160-b908-1e5dd6635fdb",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1990-10-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by the group's lead guitarist and keyboardist Charlotte Caffey, and considered to be their signature song, the band recorded the song in 1980 and it was released in July as a single in the UK on Stiff Records. Watch the video: https://www.youtube.com/watch?v=f55KlPe81Yw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}