Information about plays

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

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

{
    "id": 2683194,
    "uri": "https://api.kexp.org/v2/plays/2683194/?format=api",
    "airdate": "2020-01-07T09:17:34-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/d3fee3e2-0430-4565-b6c6-fa1628dd1a7b/24822071058-250.jpg",
    "thumbnail_uri": "",
    "song": "You and I",
    "track_id": "be72e8fc-e04b-4263-baad-3adc6a286149",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Suddenly",
    "release_id": "d3fee3e2-0430-4565-b6c6-fa1628dd1a7b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2020-02-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Caribou is heading out on a North American tour in March but there are no west coast dates.  See all the stops here:  https://www.caribou.fm/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}