Information about plays

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

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

{
    "id": 366341,
    "uri": "https://api.kexp.org/v2/plays/366341/?format=api",
    "airdate": "2019-08-12T10:08:09-07:00",
    "show": 6111,
    "show_uri": "https://api.kexp.org/v2/shows/6111/?format=api",
    "image_uri": "http://coverartarchive.org/release/1ed7f5e9-d17c-4681-8854-6acdedc1e33b/6941293043-250.jpg",
    "thumbnail_uri": "",
    "song": "Until the Night Is Over",
    "track_id": "0b6a8912-ca68-4be0-9048-40a1a4089124",
    "recording_id": null,
    "artist": "Timber Timbre",
    "artist_ids": [
        "89942abd-fdaa-48fc-a8cf-649746303c97"
    ],
    "album": "Timber Timbre",
    "release_id": "1ed7f5e9-d17c-4681-8854-6acdedc1e33b",
    "release_group_id": null,
    "labels": [
        "Full Time Hobby"
    ],
    "label_ids": [
        "c51e4371-bd49-4c00-afed-b5446bb433ac"
    ],
    "release_date": "2010-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Toronto, ON; Montreal, QC, and Ottawa, ON. https://www.timbertimbre.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}