Information about plays

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

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

{
    "id": 348943,
    "uri": "https://api.kexp.org/v2/plays/348943/?format=api",
    "airdate": "2019-07-02T07:10:30-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "http://coverartarchive.org/release/be45b090-8feb-4467-ae83-9d61953aab7a/23152900661-250.jpg",
    "thumbnail_uri": "",
    "song": "Somedays (I Don’t Feel Like Trying)",
    "track_id": "aebf3550-e76c-46d2-932f-09d965b74b40",
    "recording_id": null,
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Help Us Stranger",
    "release_id": "be45b090-8feb-4467-ae83-9d61953aab7a",
    "release_group_id": null,
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What are you doing on Thursday, July 18th? Why not go see the band at CenturyLink Field. BTW, if you don't know, the address is 800 Occidental Ave S, Seattle, WA 98134",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}