Information about plays

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

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

{
    "id": 379138,
    "uri": "https://api.kexp.org/v2/plays/379138/?format=api",
    "airdate": "2019-09-10T13:44:03-07:00",
    "show": 6311,
    "show_uri": "https://api.kexp.org/v2/shows/6311/?format=api",
    "image_uri": "http://coverartarchive.org/release/29dcea33-ad28-3fa3-9831-af5e520a513b/23802558961-250.jpg",
    "thumbnail_uri": "",
    "song": "Fake Plastic Trees",
    "track_id": "0ce668a7-0f54-386a-a6e7-2d3ab22a3a2a",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "29dcea33-ad28-3fa3-9831-af5e520a513b",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This wonderful song (https://www.youtube.com/watch?v=n5h0qHwNrHk)  is a tribute to Amy's cousin, lost to suicide.  If you or someone you know is in crisis, feeling suicidal, and needing 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"
}