Information about plays

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

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

{
    "id": 372426,
    "uri": "https://api.kexp.org/v2/plays/372426/?format=api",
    "airdate": "2019-08-26T05:14:55-07:00",
    "show": 6205,
    "show_uri": "https://api.kexp.org/v2/shows/6205/?format=api",
    "image_uri": "http://coverartarchive.org/release/7425142e-6799-4e14-abe0-5b51768e8973/18215272775-250.jpg",
    "thumbnail_uri": "",
    "song": "Feels Like Heaven",
    "track_id": "29b1e1b8-8417-42ea-b4bd-bad9056506f9",
    "recording_id": null,
    "artist": "Ariel Pink",
    "artist_ids": [
        "5882e375-503f-4bd2-89b1-967e0bfcb199"
    ],
    "album": "Dedicated to Bobby Jameson",
    "release_id": "7425142e-6799-4e14-abe0-5b51768e8973",
    "release_group_id": null,
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2017-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}