Information about plays

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

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

{
    "id": 2681526,
    "uri": "https://api.kexp.org/v2/plays/2681526/?format=api",
    "airdate": "2020-01-03T06:28:09-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wash Off",
    "track_id": "15ca0621-42e6-43cb-8130-efeae1344535",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Part 2, Everything Not Saved Will Be Lost",
    "release_id": "0f358547-5009-4843-a253-717bbd04dde9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When \"Everything Not Saved...Part 2\" was released in October, 2019,  Foals said, “It’s been a decade of the unexpected and they’re all disappointing surprises”: https://www.nme.com/big-reads/foals-interview-everything-not-saved-will-be-lost-part-2-2019-2556253",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}