Information about plays

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

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

{
    "id": 2678772,
    "uri": "https://api.kexp.org/v2/plays/2678772/?format=api",
    "airdate": "2019-12-27T12:48:53-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "https://coverartarchive.org/release/51bb5ce2-a787-4305-a9e6-918193224da4/13901170261-250.jpg",
    "thumbnail_uri": "",
    "song": "Dim Stars (The Boy in My Arms)",
    "track_id": "71d78157-e719-3098-a5c3-0ab11ef2942b",
    "recording_id": null,
    "artist": "The American Analog Set",
    "artist_ids": [
        "7f5dde96-1573-4491-9673-f03fe7c5caaa"
    ],
    "album": "The Fun of Watching Fireworks",
    "release_id": "51bb5ce2-a787-4305-a9e6-918193224da4",
    "release_group_id": null,
    "labels": [
        "Emperor Jones Records"
    ],
    "label_ids": [
        "12e29a11-5c06-46b2-bbb8-8e57ddb05da8"
    ],
    "release_date": "1996-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The American Analog Set's Andrew Kenny explains that “Dim Stars” was an important song for the band. \"Before the band began, we drug our instruments and the recently purchased 1/2 inch 8-track up to my family’s lake cabin for a long weekend. It was a lot of goofing off, but we also wrote and recorded three songs: “Diana Slowburner (i),”Everything Ends In Spring” (which reappeared 10+ years later on Set Free), and “Dim Stars.” It was a bit different, sure, but those three songs really established what our weird band was going to sound like for the next few years.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}