Information about plays

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

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

{
    "id": 379193,
    "uri": "https://api.kexp.org/v2/plays/379193/?format=api",
    "airdate": "2019-09-10T16:08:02-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/ab23c23f-52ec-4c7b-84a4-1d73c2dff64c/15433756017-250.jpg",
    "thumbnail_uri": "",
    "song": "The Invocation: You'll Be Bright (Invocation, Part 1)",
    "track_id": "de7ffa57-7712-3440-a07d-46ea1c8f41c3",
    "recording_id": null,
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "Light Chasers",
    "release_id": "ab23c23f-52ec-4c7b-84a4-1d73c2dff64c",
    "release_group_id": null,
    "labels": [
        "The Rebel Group"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff"
    ],
    "release_date": "2010-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kate wrote in saying, \"Every day, I am grateful for the role that music and KEXP play in my life. I’ve been working through depression for the past year, and a band that always makes me feel more human is Cloud Cult. Even the memory of any of their live shows I’ve attended is enough to make me feel more connected to the world.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}