Information about plays

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

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

{
    "id": 373467,
    "uri": "https://api.kexp.org/v2/plays/373467/?format=api",
    "airdate": "2019-08-28T10:19:00-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Some Hearts (at Christmas Time)",
    "track_id": "7b685096-7f32-4969-b1ab-76e67edcea51",
    "recording_id": null,
    "artist": "low",
    "artist_ids": [
        "7afa6a05-5a02-48a7-9ce9-b6335987b640"
    ],
    "album": "Some Hearts (at Christmas Time)",
    "release_id": "b9619f27-45b4-4c65-8920-afdeee7ae41b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [],
    "release_date": "2016-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track comes to us off a mix submitted by longtime listener Ken. <br> Check out Low performing live on KEXP from the Bumbershoot Music Lounge back in September, 2012. https://www.youtube.com/watch?v=D7-5_0O-EaU&t=207s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}