Information about plays

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

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

{
    "id": 378066,
    "uri": "https://api.kexp.org/v2/plays/378066/?format=api",
    "airdate": "2019-09-07T20:21:00-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Good Get Gone",
    "track_id": null,
    "recording_id": null,
    "artist": "Kilcid Band",
    "artist_ids": [
        "834c3f19-3b79-453f-b9ae-425022262095"
    ],
    "album": "The Good Get Gone",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2018-07-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out our Song of the Day podcast featuring this track; https://www.kexp.org/podcasts/song-of-the-day/2018/9/7/kilcid-band-good-get-gone/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}