Information about plays

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

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

{
    "id": 3583129,
    "uri": "https://api.kexp.org/v2/plays/3583129/?format=api",
    "airdate": "2025-11-26T06:44:24-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "https://ia601506.us.archive.org/12/items/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3-16545770243_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/12/items/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3/mbid-15f16c5b-2c84-4b01-af15-0500dfe011e3-16545770243_thumb250.jpg",
    "song": "Memphis Soul Stew",
    "track_id": "3e20cd8a-db34-33b0-b542-34767863d31a",
    "recording_id": "413cfbeb-89b2-49cf-89b6-3741824f98fa",
    "artist": "King Curtis",
    "artist_ids": [
        "151231cb-fca6-42e0-976a-66b07193d657"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul",
    "release_id": "15f16c5b-2c84-4b01-af15-0500dfe011e3",
    "release_group_id": "479f572c-b1bf-3ecf-a6d6-27d2f45cd5cb",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Curtis, born Curtis Ousley, was an American saxophonist, renowned for his contributions to the soul, funk, and R&B genres. Born in Fort Worth, Texas, in 1934, Curtis began his musical journey at a young age and quickly gained recognition for his exceptional talent.\nhttps://oldtimemusic.com/the-meaning-behind-the-song-memphis-soul-stew-by-king-curtis/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}