Information about plays

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

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

{
    "id": 373968,
    "uri": "https://api.kexp.org/v2/plays/373968/?format=api",
    "airdate": "2019-08-29T12:19:37-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/f1ddef9e-218f-4ce8-abdb-fc5450bd2a34/1174161171-250.jpg",
    "thumbnail_uri": "",
    "song": "Bitter Sweet Symphony",
    "track_id": "823c980a-9d95-3c9c-aeb3-b20f81dd8515",
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Urban Hymns",
    "release_id": "f1ddef9e-218f-4ce8-abdb-fc5450bd2a34",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1997-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Dan, a longtime KEXP listener, donor and volunteer, \"About a Boy\" mix. \"This playlist — “About a Boy“ — is the amalgamation of a pair of playlists I was in process of creating to reflect the first half of my life (which also happens to be “pre-KEXP” discovery) and the second half of my life (which coincidentally happens to begin the same year I discovered KEXP).\" <br> <br> \"The first song — The Verve’s “Bitter Sweet Symphony” — was the song to which I woke up every morning for 10 years beginning the day I bought the Urban Hymns CD in 1997.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}