Information about plays

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

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

{
    "id": 377208,
    "uri": "https://api.kexp.org/v2/plays/377208/?format=api",
    "airdate": "2019-09-05T21:32:05-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Is Certainly Passing",
    "track_id": "ce94bff0-7a9a-47e0-adfb-94fe9b4caa1c",
    "recording_id": null,
    "artist": "Ensemble Entendu",
    "artist_ids": [
        "ef4067ae-a656-4a71-ad30-fc798e82df99"
    ],
    "album": "Music for the Densely Populated, Vol. 2",
    "release_id": "c2e6e7f4-9af0-4604-bfa7-073a5a1783a9",
    "release_group_id": null,
    "labels": [
        "Astro Nautico"
    ],
    "label_ids": [
        "989eba3c-ff14-4dca-88de-16c83b1f228d"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ensemble Entendu is the collaborative project of Astro Nautico co/founder and co/owner Sam O.B. (f.k.a. Obey City) and label artist Photay. https://astronautico.bandcamp.com/album/music-for-the-densely-populated-vol-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}