Information about plays

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

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

{
    "id": 372518,
    "uri": "https://api.kexp.org/v2/plays/372518/?format=api",
    "airdate": "2019-08-26T10:24:00-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Farfisa Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Camp Saint Helene",
    "artist_ids": [],
    "album": "",
    "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": "\"Farfisa Song\" by Camp Saint Helene is featured on Cheryl's recent Music That Matters podcast: https://www.kexp.org/podcasts/music-matters/2019/8/23/music-matters-vol-683-melody-love/  In addition, Cheryl selected this song as a KEXP Song of the Day.  You can download it for free here:  https://www.kexp.org/podcasts/song-of-the-day/2019/8/12/camp-saint-helene-farfisa-song/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}