Information about plays

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

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

{
    "id": 343280,
    "uri": "https://api.kexp.org/v2/plays/343280/?format=api",
    "airdate": "2019-06-19T03:13:37-07:00",
    "show": 5723,
    "show_uri": "https://api.kexp.org/v2/shows/5723/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1c5bdd3-a422-4a57-a88a-52e9bf74c41f/17703285753-250.jpg",
    "thumbnail_uri": "",
    "song": "Cherry Bomb",
    "track_id": "5ac35b52-9894-362f-86eb-4a4deae75702",
    "recording_id": null,
    "artist": "The Runaways",
    "artist_ids": [
        "ded0d67a-eb71-4fe9-83c0-1d18b8ed497e"
    ],
    "album": "The Best of the Runaways",
    "release_id": "f1c5bdd3-a422-4a57-a88a-52e9bf74c41f",
    "release_group_id": null,
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the 2005 documentary Edgeplay: A Film About the Runaways, Fowley and former Runaways lead singer Cherie Currie claimed that \"Cherry Bomb\" was quickly written just for Currie to audition for the band because the band members could not perform the song she originally chose to sing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}