Information about plays

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

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

{
    "id": 379531,
    "uri": "https://api.kexp.org/v2/plays/379531/?format=api",
    "airdate": "2019-09-11T11:36:09-07:00",
    "show": 6318,
    "show_uri": "https://api.kexp.org/v2/shows/6318/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b8be9a4-44a9-496e-a8e0-1867d8382b52/10766581573-250.jpg",
    "thumbnail_uri": "",
    "song": "Coming Home",
    "track_id": "bc243f04-b789-425d-8805-d07c13950a7c",
    "recording_id": null,
    "artist": "Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774"
    ],
    "album": "Coming Home",
    "release_id": "6b8be9a4-44a9-496e-a8e0-1867d8382b52",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2015-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leon Bridges was born Todd Bridges, and originally went by the stage name Lost Child. His mother used to tell him he looked like a \"lost child\" whenever he got a haircut. Eventually, he changed his name to \"Leon\", a nickname he got in college for looking like actor Leon Robinson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}