Information about plays

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

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

{
    "id": 2675835,
    "uri": "https://api.kexp.org/v2/plays/2675835/?format=api",
    "airdate": "2019-12-20T07:40:44-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff313fb1-396a-4ae9-bb44-f1372454f4b4/12781028943-250.jpg",
    "thumbnail_uri": "",
    "song": "Odessa",
    "track_id": "0e506794-c666-3266-80c8-c2df39a7a7c4",
    "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": "Number 36. \"Swim\" is the fifth studio album by Canadian musician Dan Snaith, released under the name Caribou on April 20, 2010. \"Odessa\" is the \"chicken steak\" song.  If you really want to know the lyrics, they are here: https://genius.com/Caribou-odessa-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}