Information about plays

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

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

{
    "id": 370790,
    "uri": "https://api.kexp.org/v2/plays/370790/?format=api",
    "airdate": "2019-08-22T10:13:05-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/cda107ad-9079-4dfb-beb0-840619505f68/4555820965-250.jpg",
    "thumbnail_uri": "",
    "song": "Just Look at Me",
    "track_id": "cbbe401d-011a-3a28-b665-a3f77cfecc72",
    "recording_id": null,
    "artist": "Jonathan Richman",
    "artist_ids": [
        "bae34b81-9abd-416e-a720-fedc359df775"
    ],
    "album": "Surrender to Jonathan!",
    "release_id": "cda107ad-9079-4dfb-beb0-840619505f68",
    "release_group_id": null,
    "labels": [
        "Vapor Records"
    ],
    "label_ids": [
        "dd58c28f-554d-4d76-be30-2d3aab070b3a"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When Jonathan Richman was 19, he arrived at an epiphany in the Israeli desert. .... There, in the miles of sand, gazing at a full moon, Richman had a vision: he would form a band.\" Read this great in-depth look at Jonathan Richman from Pitchfork. https://pitchfork.com/reviews/albums/jonathan-richman-i-jonathan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}