Information about plays

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

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

{
    "id": 349487,
    "uri": "https://api.kexp.org/v2/plays/349487/?format=api",
    "airdate": "2019-07-03T07:24:07-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/4e817a8b-fe02-35e7-a7c5-e5878431a469/2976471178-250.jpg",
    "thumbnail_uri": "",
    "song": "Dead Leaves and the Dirty Ground",
    "track_id": "9ce43e73-2163-3514-9275-254288fac4c3",
    "recording_id": null,
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "White Blood Cells",
    "release_id": "4e817a8b-fe02-35e7-a7c5-e5878431a469",
    "release_group_id": null,
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2001-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The White Stripes released their 3rd studio album, \"White Blood Cells\", on this day 18 years ago!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}