Information about plays

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

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

{
    "id": 3550399,
    "uri": "https://api.kexp.org/v2/plays/3550399/?format=api",
    "airdate": "2025-09-08T09:50:10-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia801902.us.archive.org/3/items/mbid-f9c528de-287e-4c49-ad24-159648ba99e6/mbid-f9c528de-287e-4c49-ad24-159648ba99e6-26949460760_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/3/items/mbid-f9c528de-287e-4c49-ad24-159648ba99e6/mbid-f9c528de-287e-4c49-ad24-159648ba99e6-26949460760_thumb250.jpg",
    "song": "Nearly Lost You",
    "track_id": "1e423b74-f7ae-39c6-aa5e-9fb9a3055c39",
    "recording_id": "c8caab75-17b9-47f5-b431-3198cfb2cbfb",
    "artist": "Screaming Trees",
    "artist_ids": [
        "bc5e6e42-73ba-44fa-a41e-3379402f0429"
    ],
    "album": "Sweet Oblivion",
    "release_id": "f9c528de-287e-4c49-ad24-159648ba99e6",
    "release_group_id": "3ed0f3e2-aef3-39c4-86e7-b1e9dc80a52c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1992-09-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "More from the album of the week!\n\n\"Written by vocalist Mark Lanegan, guitarist Gary Lee Conner, and bass player Van Conner, 'Nearly Lost You' is probably the most famous song by Screaming Trees. Some would even call it their signature. Released in 1992, it was certainly perfect timing to ride the crest of the grunge wave.\" https://tinyurl.com/5fxuf5xy\n\nEnjoy this 2014 Live on KEXP performance from Mark Lanegan: https://www.youtube.com/watch?v=TwKzkAYZtCE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}