Information about plays

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

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

{
    "id": 3541575,
    "uri": "https://api.kexp.org/v2/plays/3541575/?format=api",
    "airdate": "2025-08-18T11:01:14-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "https://ia800908.us.archive.org/4/items/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b-7268015825_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b/mbid-34abb4ae-4d37-4d7d-9818-e3c39b5b203b-7268015825_thumb250.jpg",
    "song": "Sleeping Lessons",
    "track_id": "5947c94a-595d-3f11-972e-eca89b2d1e5a",
    "recording_id": "ae14ac35-439d-45a8-8844-087b466211cd",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Wincing the Night Away",
    "release_id": "34abb4ae-4d37-4d7d-9818-e3c39b5b203b",
    "release_group_id": "0f3ab0c9-c607-36a5-8102-b238eb08b357",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-01-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Mercer Monday!\n\nThe title of the album – and this song in particular – reference lead singer James Mercer’s \"crippling insomnia,\" The title is a play on the title of a Sam Cooke song-- \"Twistin' the Night Away\". \n--\nHere's a fine 2007 article from a Paste Magazine writer who spent time with James Mercer and the band: https://www.pastemagazine.com/music/sleepless-with-the-shins.\n\nhttps://www.theshins.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}