Information about plays

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

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

{
    "id": 3663239,
    "uri": "https://api.kexp.org/v2/plays/3663239/?format=api",
    "airdate": "2026-06-03T14:10:11-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://coverartarchive.org/release/31137e7a-dce1-4066-9c7a-05de177f1163/4254007853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31137e7a-dce1-4066-9c7a-05de177f1163/4254007853-250.jpg",
    "song": "Maybe Your Baby",
    "track_id": null,
    "recording_id": "064533de-f3c3-49fc-948f-37f73fb8dfdd",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Talking Book",
    "release_id": null,
    "release_group_id": "58c6d809-bfa7-3b25-acf3-a99d53402b08",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1972-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wonder assumes different voices on this song, essentially having a conversation with himself. He could control his voice so well that he could sound like different singers, but on \"Maybe Your Baby\" he got some help from technology, pitching his vocals up in places.\n---\n The main instrument on \"Maybe Your Baby\" is Wonder's Clavinet, also heard prominently on \"Superstition.\" The only other musician on the track is Ray Parker, Jr. on guitar, later known for his hit \"Ghostbusters.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}