Information about plays

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

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

{
    "id": 356551,
    "uri": "https://api.kexp.org/v2/plays/356551/?format=api",
    "airdate": "2019-07-19T17:35:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Into Happiness",
    "track_id": null,
    "recording_id": null,
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phantogram play the Main Stage at Capitol Hill Block Party from 10:45-11:59pm tonight!  <br><br>Of this track, Sarah Barthel shares that it “embodies the personal journey that both of us have taken since we released Three; it’s been a long path, coming out of the darkness and into the light.” “Into Happiness” arrives three years after their 2016 album, Three, while it also follows their 2018 single, “Someday.” That track was released as part of a mental health initiative, with proceeds from sales and streams of the track benefitting the American Foundation for Suicide Prevention. The cause is close to Phantogram as Barthel’s sister died by suicide while the band was making Three.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}