Information about plays

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

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

{
    "id": 356404,
    "uri": "https://api.kexp.org/v2/plays/356404/?format=api",
    "airdate": "2019-07-19T09:12:37-07:00",
    "show": 5938,
    "show_uri": "https://api.kexp.org/v2/shows/5938/?format=api",
    "image_uri": "http://coverartarchive.org/release/d210efaf-173e-4527-8974-1b44d184e2ac/18224485304-250.jpg",
    "thumbnail_uri": "",
    "song": "Particle Man",
    "track_id": "29454a5b-9930-37b5-b1a8-aff62b20fe9b",
    "recording_id": null,
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "A User’s Guide to They Might Be Giants",
    "release_id": "d210efaf-173e-4527-8974-1b44d184e2ac",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy a 2018 interview with John Flansburgh of They Might Be Giants:  https://consequenceofsound.net/2018/01/10-years-and-10-questions-with-john-flansburgh-of-they-might-be-giants/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}