Information about plays

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

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

{
    "id": 379093,
    "uri": "https://api.kexp.org/v2/plays/379093/?format=api",
    "airdate": "2019-09-10T11:13:00-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Protection",
    "track_id": "0665f1ce-8bb2-4e6c-8de9-0dc1ef060e1a",
    "recording_id": null,
    "artist": "Lucinda Williams",
    "artist_ids": [
        "21685b15-3074-446e-aa1d-ff7157014f53"
    ],
    "album": "Down Where the Spirit Meets the Bone",
    "release_id": "76aec0da-5573-4754-beb6-f17aa5f80072",
    "release_group_id": null,
    "labels": [
        "Highway 20 Records"
    ],
    "label_ids": [],
    "release_date": "2014-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Make me throw up my hands and call out cryin'...\nBut the world's gonna spin with or without me...\nSo I still get up and I keep on tryin'...\"  Here are the lyrics to Lucinda Williams' \"invocation of strength\" song: https://songmeanings.com/songs/view/3530822107859565016/  You are not alone. If you or someone you know is in crisis and needs immediate help, call the toll-free, 24-hour hotline of the National Suicide Prevention lifeline at 1-800-273-TALK.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}