Information about plays

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

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

{
    "id": 349025,
    "uri": "https://api.kexp.org/v2/plays/349025/?format=api",
    "airdate": "2019-07-02T12:08:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Re Run",
    "track_id": null,
    "recording_id": null,
    "artist": "Kamasi Washington",
    "artist_ids": [
        "c7a3e868-c6d8-4512-a5ef-f6cbe42899b0"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2016-12-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Kamasi  Washington and Herbie hancock will play Marymoor Park in Redmond, Washington on Friday, August 16th, 2019.  Kamasi Washington wowed us all with this exceptional live performance at KEXP:  https://www.youtube.com/watch?v=sqzFm3erSJc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}