Information about plays

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

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

{
    "id": 2683139,
    "uri": "https://api.kexp.org/v2/plays/2683139/?format=api",
    "airdate": "2020-01-07T06:10:06-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/03299fb4-c49d-4c44-a7a4-18f6b8308b5c/23653295103-250.jpg",
    "thumbnail_uri": "",
    "song": "The Stain",
    "track_id": "6972d78b-174c-4881-84bc-a24c64395f4b",
    "recording_id": null,
    "artist": "TR/ST",
    "artist_ids": [
        "b8e3d1ae-5983-4af1-b226-aa009b294111"
    ],
    "album": "The Destroyer — 2",
    "release_id": "03299fb4-c49d-4c44-a7a4-18f6b8308b5c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "TR/ST, aka Robert Alfons, calls this single, \"a trepidatious push through murky waters, searching for shore.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}