Information about plays

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

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

{
    "id": 376921,
    "uri": "https://api.kexp.org/v2/plays/376921/?format=api",
    "airdate": "2019-09-05T07:47:52-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/bff31a9d-841a-4fa5-bf88-3d4d223b2394/23879322653-250.jpg",
    "thumbnail_uri": "",
    "song": "To the Ground",
    "track_id": "9c574304-cbdf-46c0-b721-0d1a3985cea2",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Blue EP",
    "release_id": "bff31a9d-841a-4fa5-bf88-3d4d223b2394",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This new 5-track EP from Death Cab for Cutie arrives tomorrow, September 6th. They'll also be playing a sold-out show at Marymoor Park this Saturday! (There's still tickets available for their second show on Sunday) Keep up with this local group here: https://deathcabforcutie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}