Information about plays

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

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

{
    "id": 381281,
    "uri": "https://api.kexp.org/v2/plays/381281/?format=api",
    "airdate": "2019-09-15T16:17:01-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "http://coverartarchive.org/release/c5d713e6-bf0c-4871-9640-46a5e56314f6/1558951255-250.jpg",
    "thumbnail_uri": "",
    "song": "Cherry Wine",
    "track_id": "afa58416-c469-3f88-9e3e-c73936a64f72",
    "recording_id": null,
    "artist": "Nas feat. Amy Winehouse",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823"
    ],
    "album": "Life Is Good",
    "release_id": "c5d713e6-bf0c-4871-9640-46a5e56314f6",
    "release_group_id": null,
    "labels": [
        "Island Def Jam Music Group"
    ],
    "label_ids": [
        "c9ecb3cf-ed8c-4f48-b99a-7d63ed12d89b"
    ],
    "release_date": "2012-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nas and Amy Winehouse shared a spot on the Zodiac (both Virgos!) as well as something more -- read more about the background of this track on Uproxx:  https://uproxx.com/music/nas-amy-winehouse-music-relationship-story/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}