Information about plays

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

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

{
    "id": 2682845,
    "uri": "https://api.kexp.org/v2/plays/2682845/?format=api",
    "airdate": "2020-01-06T12:31:04-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/e15da61b-e8fc-4e44-b909-eb73ffab2dd2/24406423603-250.jpg",
    "thumbnail_uri": "",
    "song": "DHL",
    "track_id": "cdf91e64-6e44-4239-becf-04ed2ba997c0",
    "recording_id": null,
    "artist": "Frank Ocean",
    "artist_ids": [
        "e520459c-dff4-491d-a6e4-c97be35e0044"
    ],
    "album": "DHL",
    "release_id": "e15da61b-e8fc-4e44-b909-eb73ffab2dd2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“DHL,” Frank Ocean’s first new original song since 2017, finds him unwound and relaxed, reveling in his life’s simple pleasures as he raps about new packages, Kawasaki bikes, Starbucks, and wearing puffer jackets to Paris Fashion Week. Read more here: https://bit.ly/37FI6tB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}