Information about plays

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

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

{
    "id": 378407,
    "uri": "https://api.kexp.org/v2/plays/378407/?format=api",
    "airdate": "2019-09-08T16:06:39-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/9b62f7ca-2b74-3a22-b76f-c0c184466a3a/7904776862-250.jpg",
    "thumbnail_uri": "",
    "song": "10:15 Saturday Night",
    "track_id": "42bea2fd-1a5d-3a6d-b5fe-9aa808c1d785",
    "recording_id": null,
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Three Imaginary Boys",
    "release_id": "9b62f7ca-2b74-3a22-b76f-c0c184466a3a",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was sampled on \"Man Next Door\" by Massive Attack. // https://www.thecure.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}