Information about plays

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

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

{
    "id": 348518,
    "uri": "https://api.kexp.org/v2/plays/348518/?format=api",
    "airdate": "2019-07-01T06:03:13-07:00",
    "show": 5810,
    "show_uri": "https://api.kexp.org/v2/shows/5810/?format=api",
    "image_uri": "http://coverartarchive.org/release/e06341fa-fa86-411a-9c7a-72253005f6fc/15327026981-250.jpg",
    "thumbnail_uri": "",
    "song": "Lucy in the Sky With Diamonds",
    "track_id": "d4bd5e22-adc8-4180-bc2f-ed5ef03bd504",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Sgt. Pepper’s Lonely Hearts Club Band",
    "release_id": "e06341fa-fa86-411a-9c7a-72253005f6fc",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shortly before the album's release, speculation arose that the first letters of Lucy in the Sky with Diamonds  intentionally spelled out \"LSD\", which resulted in the song being banned by the BBC.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}