Information about plays

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

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

{
    "id": 378942,
    "uri": "https://api.kexp.org/v2/plays/378942/?format=api",
    "airdate": "2019-09-10T02:02:01-07:00",
    "show": 6309,
    "show_uri": "https://api.kexp.org/v2/shows/6309/?format=api",
    "image_uri": "http://coverartarchive.org/release/135d3e42-dd5c-478b-813a-7c9ef07375b9/19373977161-250.jpg",
    "thumbnail_uri": "",
    "song": "Take the Skinheads Bowling",
    "track_id": "a9697d9a-2a11-44a4-aa06-a85795bd2347",
    "recording_id": null,
    "artist": "Camper Van Beethoven",
    "artist_ids": [
        "0ee7e64d-90ca-406b-b59a-3e551c556dbe"
    ],
    "album": "Telephone Free Landslide Victory",
    "release_id": "135d3e42-dd5c-478b-813a-7c9ef07375b9",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1993-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Lowery, singer-songwriter and guitarist of Camper Van Beethoven and Cracker, is celebrating his 59th birthday today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}