Information about plays

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

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

{
    "id": 352458,
    "uri": "https://api.kexp.org/v2/plays/352458/?format=api",
    "airdate": "2019-07-10T06:03:29-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/df00c435-0edf-459f-b96a-d4f32443d062/23515664600-250.jpg",
    "thumbnail_uri": "",
    "song": "Uneven Days",
    "track_id": "f3544aa6-a33c-4fab-af56-12b9f212ca86",
    "recording_id": null,
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Uneven Days",
    "release_id": "df00c435-0edf-459f-b96a-d4f32443d062",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-07-08",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}