Information about plays

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

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

{
    "id": 374527,
    "uri": "https://api.kexp.org/v2/plays/374527/?format=api",
    "airdate": "2019-08-30T15:19:16-07:00",
    "show": 6231,
    "show_uri": "https://api.kexp.org/v2/shows/6231/?format=api",
    "image_uri": "http://coverartarchive.org/release/ef780572-2aac-4767-b13a-c0f466aa2fc0/22829647227-250.jpg",
    "thumbnail_uri": "",
    "song": "Tempo",
    "track_id": "ebcfb29a-00e7-4e6c-95fd-208dfe68df1e",
    "recording_id": null,
    "artist": "Lizzo featuring Missy Elliott",
    "artist_ids": [
        "a0b8cb9e-7532-45fe-a74c-30e7c4009a39"
    ],
    "album": "Cuz I Love You",
    "release_id": "ef780572-2aac-4767-b13a-c0f466aa2fc0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This morning, Lizzo tweeted, \"Bumbershoot♥️ I have to cancel cus of severe sinus infection. I been battling all week & tried to power thru but it got worse. I have been advised by my dr that I can’t fly until I am better.  I hate cancelling shows. I am so sorry Seattle. I love y’all.\"  Electronic duo Hippie Sabotage will be covering her slot on the Main Stage tonight.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}