Information about plays

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

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

{
    "id": 373504,
    "uri": "https://api.kexp.org/v2/plays/373504/?format=api",
    "airdate": "2019-08-28T12:43:05-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "http://coverartarchive.org/release/0491813b-1bad-3340-84af-278d44db4f0d/22765524703-250.jpg",
    "thumbnail_uri": "",
    "song": "California Stars",
    "track_id": "e1567ab0-e9fb-320b-af35-ccdabaeb943c",
    "recording_id": null,
    "artist": "Billy Bragg & Wilco",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Mermaid Avenue",
    "release_id": "0491813b-1bad-3340-84af-278d44db4f0d",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1998-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barbara says, \"KEXP was a huge resource & presence for me as I tried to put music to Liz's life.\" <br></br>Wilco performed this song at the Columbia City Theater in August, 2015.  https://www.youtube.com/watch?v=FeQX-9Uxh_w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}