Information about plays

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

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

{
    "id": 373440,
    "uri": "https://api.kexp.org/v2/plays/373440/?format=api",
    "airdate": "2019-08-28T08:47:45-07:00",
    "show": 6217,
    "show_uri": "https://api.kexp.org/v2/shows/6217/?format=api",
    "image_uri": "http://coverartarchive.org/release/710a1e4f-7207-4b06-82e1-96f926c9076f/9357908834-250.jpg",
    "thumbnail_uri": "",
    "song": "Ten Cent Pistol",
    "track_id": "c3393f15-3125-367f-9b40-e4da6e98c1cc",
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Brothers",
    "release_id": "710a1e4f-7207-4b06-82e1-96f926c9076f",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2010-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Keys play Tacoma Dome on Saturday, November 23rd! - https://www.theblackkeys.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}