Information about plays

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

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

{
    "id": 348596,
    "uri": "https://api.kexp.org/v2/plays/348596/?format=api",
    "airdate": "2019-07-01T10:34:22-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/109a9168-287a-4dfe-acaf-3eb680a23a8d/21057667551-250.jpg",
    "thumbnail_uri": "",
    "song": "Heaven Only Knows",
    "track_id": "92d41ed6-8014-4158-93cb-04cc553bc7b9",
    "recording_id": null,
    "artist": "Bob Moses",
    "artist_ids": [
        "7ce3d484-d681-437c-8d33-913261d0ad51"
    ],
    "album": "Battle Lines",
    "release_id": "109a9168-287a-4dfe-acaf-3eb680a23a8d",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-09-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Moses hails from Vancouver, BC. The band's name may have been inspired by Robert Moses, who was an iconic American urban planner/public official in New York City in the early 20th century. The band Bob Moses will play Bumbershoot Sunday, September 1. https://bumbershoot.com/music/#/artist/bob-moses",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}