Information about plays

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

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

{
    "id": 376410,
    "uri": "https://api.kexp.org/v2/plays/376410/?format=api",
    "airdate": "2019-09-04T06:01:08-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "http://coverartarchive.org/release/2ae257f2-7805-49a9-8247-31297775f15a/10077873297-250.jpg",
    "thumbnail_uri": "",
    "song": "Hunger of the Pine",
    "track_id": "21cc8440-78e6-45e9-b5e5-daaafc94ab8d",
    "recording_id": null,
    "artist": "alt-J",
    "artist_ids": [
        "fc7bbf00-fbaa-4736-986b-b3ac0266ca9b"
    ],
    "album": "This Is All Yours",
    "release_id": "2ae257f2-7805-49a9-8247-31297775f15a",
    "release_group_id": null,
    "labels": [
        "Infectious Music"
    ],
    "label_ids": [
        "24d170a0-dfd0-404c-acbc-842ca2b213a6"
    ],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey Wednesday, it's time for The Morning Show (with Troy!)! <br> </br> Alt-J's Gus Unger-Hamilton explained: \"The lyrics mainly suggest the idea that missing someone - pining - can be a physical pain much like hunger.\" See the official video: https://www.youtube.com/watch?v=dCCXq9QB-dQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}