Information about plays

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

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

{
    "id": 381505,
    "uri": "https://api.kexp.org/v2/plays/381505/?format=api",
    "airdate": "2019-09-16T07:04:46-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?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": "Death Cab for Cutie's up coming \"The Blue EP\" is set to drop on September 6th! We had some rare thunder and lightning in Seattle, which cancelled their concert at Marymoor Park last week. Ticketholders should check their emails for info on rescheduling.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}