Information about plays

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

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

{
    "id": 354293,
    "uri": "https://api.kexp.org/v2/plays/354293/?format=api",
    "airdate": "2019-07-14T12:35:00-07:00",
    "show": 5906,
    "show_uri": "https://api.kexp.org/v2/shows/5906/?format=api",
    "image_uri": "http://coverartarchive.org/release/ff313fb1-396a-4ae9-bb44-f1372454f4b4/12781028943-250.jpg",
    "thumbnail_uri": "",
    "song": "Sun",
    "track_id": "f22093bb-1323-30b8-a296-8955f201a831",
    "recording_id": null,
    "artist": "Caribou",
    "artist_ids": [
        "735e3514-a8ae-401f-af3b-6300df1b8d2c"
    ],
    "album": "Swim",
    "release_id": "ff313fb1-396a-4ae9-bb44-f1372454f4b4",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2010-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swim is the fifth studio album by Canadian musician Dan Snaith, released under the moniker Caribou on April 20, 2010 by City Slang and Merge. It is his third album credited under Caribou and deviates from the psychedelic pop and took influences from various kinds of electronic dance music, especially deep house and minimal techno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}