Information about plays

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

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

{
    "id": 353456,
    "uri": "https://api.kexp.org/v2/plays/353456/?format=api",
    "airdate": "2019-07-12T11:53:00-07:00",
    "show": 5888,
    "show_uri": "https://api.kexp.org/v2/shows/5888/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gotta Get To Know Ya",
    "track_id": null,
    "recording_id": null,
    "artist": "Seratones",
    "artist_ids": [
        "19168b28-e876-4f17-83ef-e01475e2f1ae"
    ],
    "album": "POWER",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seratones play the Walnut City Music Festival on Saturday, August 31 in McMinnville, OR. Valley Queen, Sunny War and more will also perform. Full lineup: https://www.walnutcitymusicfest.org<br><br>\"Gotta Get To Know Ya\" was recently featured as the KEXP Podcast Song of the Day. Download the song for free here: https://www.kexp.org/podcasts/song-of-the-day/2019/5/27/seratones-gotta-get-know-ya/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}