Information about plays

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

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

{
    "id": 352865,
    "uri": "https://api.kexp.org/v2/plays/352865/?format=api",
    "airdate": "2019-07-11T04:31:03-07:00",
    "show": 5879,
    "show_uri": "https://api.kexp.org/v2/shows/5879/?format=api",
    "image_uri": "http://coverartarchive.org/release/54f6769f-2253-4981-8bf7-143d370d3b11/23448400451-250.jpg",
    "thumbnail_uri": "",
    "song": "Slow Burn",
    "track_id": "c9ef7cb1-0fb1-4a06-9324-8cc5b475f3d6",
    "recording_id": null,
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Work",
    "release_id": "54f6769f-2253-4981-8bf7-143d370d3b11",
    "release_group_id": null,
    "labels": [
        "West End Records"
    ],
    "label_ids": [
        "df4f0d2b-deed-4d37-afcd-71d18d87544c"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read up more on their new LP work here - https://www.stereogum.com/2038382/holy-ghost-escape-from-los-angeles-work-new-album/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}