Information about plays

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

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

{
    "id": 347403,
    "uri": "https://api.kexp.org/v2/plays/347403/?format=api",
    "airdate": "2019-06-28T11:45:33-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/6688874c-3b13-4125-8764-86e03b2cfecb/23004390914-250.jpg",
    "thumbnail_uri": "",
    "song": "Burning Chrome",
    "track_id": "f20c7d23-5879-49e1-9912-08ecd0f7774e",
    "recording_id": null,
    "artist": "Greys",
    "artist_ids": [
        "19e4f5c2-6433-4d91-a575-89ca43852097"
    ],
    "album": "Age Hasn't Spoiled You",
    "release_id": "6688874c-3b13-4125-8764-86e03b2cfecb",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Join KEXP in celebrating our neighbors to the north with Cheryl Waters' long-running Canada Day show this Monday, July 1 between 10 a.m. to 2 p.m. The show will focus on Canadian artists like Greys, MorMor, Orville Peck and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}