Information about plays

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

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

{
    "id": 357716,
    "uri": "https://api.kexp.org/v2/plays/357716/?format=api",
    "airdate": "2019-07-22T16:51:18-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "http://coverartarchive.org/release/245ea2a8-370a-4d1a-93dc-1aae20e00ca6/21703678813-250.jpg",
    "thumbnail_uri": "",
    "song": "Language",
    "track_id": "d8646617-daf2-413f-aa28-f5e55bae6010",
    "recording_id": null,
    "artist": "Starchild & The New Romantic",
    "artist_ids": [
        "085e05b6-23e7-4e08-b2f4-80da28177ea4"
    ],
    "album": "Language",
    "release_id": "245ea2a8-370a-4d1a-93dc-1aae20e00ca6",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2018-02-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bryndon Cook is a hired gun for Solange, Chairlift, and Blood Orange; his debut album is a slick, colorful foray into retro-futurist funk that’s fueled by his keen sense of style.\" Read the full Pitchfork article here: https://bit.ly/2O7Uhdj",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}