Information about plays

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

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

{
    "id": 2675814,
    "uri": "https://api.kexp.org/v2/plays/2675814/?format=api",
    "airdate": "2019-12-20T06:24:52-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c545925-f48c-3d5b-b448-23a25f9ec048/5554295701-250.jpg",
    "thumbnail_uri": "",
    "song": "Lotus Flower",
    "track_id": "d3815d6b-992a-3c7b-87c3-81c01b7683a6",
    "recording_id": null,
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The King of Limbs",
    "release_id": "5c545925-f48c-3d5b-b448-23a25f9ec048",
    "release_group_id": null,
    "labels": [
        "Ticker Tape Ltd"
    ],
    "label_ids": [
        "e992b53e-d204-47e5-9d16-08f8efcbd0a4"
    ],
    "release_date": "2011-03-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 50.  Perhaps you've heard of this band before.  Radiohead's eighth studio album came out in 2011.  Here's an appreciation from 2018: http://www.brooklynvegan.com/its-time-to-appreciate-radioheads-the-king-of-limbs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}