Information about plays

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

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

{
    "id": 372588,
    "uri": "https://api.kexp.org/v2/plays/372588/?format=api",
    "airdate": "2019-08-26T14:58:19-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ddb09aa-e6e7-3c50-9204-406bd0fadf4d/8050851071-250.jpg",
    "thumbnail_uri": "",
    "song": "Banshee Beat",
    "track_id": "e677acb4-2b5b-3afc-92d3-753dab6babd4",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Feels",
    "release_id": "1ddb09aa-e6e7-3c50-9204-406bd0fadf4d",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the mixtape titled \"Soul Retrieval\" by Tai Hubbert.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}