Information about plays

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

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

{
    "id": 378365,
    "uri": "https://api.kexp.org/v2/plays/378365/?format=api",
    "airdate": "2019-09-08T13:19:30-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "http://coverartarchive.org/release/bff31a9d-841a-4fa5-bf88-3d4d223b2394/24035704442-250.jpg",
    "thumbnail_uri": "",
    "song": "Before the Bombs",
    "track_id": "50cb8327-0621-42ad-ad6d-cb1654372093",
    "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": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New release. DCFC were forced to cancel yesterday's set at Marymoor due to last night's freaky lightning storm. Automatic refunds will be issued to all ticket holders. They play again tonight with much more favorable weather. https://deathcabforcutie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}