Information about plays

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

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

{
    "id": 3657269,
    "uri": "https://api.kexp.org/v2/plays/3657269/?format=api",
    "airdate": "2026-05-20T14:31:05-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://coverartarchive.org/release/74467fc2-2b96-3e25-914b-082a82373014/3890190163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/74467fc2-2b96-3e25-914b-082a82373014/3890190163-250.jpg",
    "song": "It's Too Late",
    "track_id": null,
    "recording_id": "c449fa4c-551b-4938-a4c7-dcde96bbc469",
    "artist": "Carole King",
    "artist_ids": [
        "bf6c29f5-b69f-4842-9031-37f9645d365d"
    ],
    "album": "Tapestry",
    "release_id": null,
    "release_group_id": "6e4f39e6-3403-39d7-81c6-8e61a990d509",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1971-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carole King wrote \"It's Too Late\" with Toni Stern, a free-spirited painter and lyricist from Los Angeles who complemented King very well. Said Stern: \"I'm sure there was a California quality in me that appealed to Carole. She was moving from a familial, middle class lifestyle to Laurel Canyon, where she started to let her hair down, literally and figuratively. We worked off our contrasts.\"\n--\nToni Stern had  a relationship with James Taylor and wrote these lyrics after they broke up and he moved on to Joni Mitchell, but she won't confirm it's about the troubadour. \"I won't say who 'It's Too Late' is about,\" she said in an interview. \"I don't kiss and tell.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}