Information about plays

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

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

{
    "id": 3614924,
    "uri": "https://api.kexp.org/v2/plays/3614924/?format=api",
    "airdate": "2026-02-08T16:32:27-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "https://coverartarchive.org/release/da103965-b7e7-4618-98f5-3b9599ecc388/31897163539-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da103965-b7e7-4618-98f5-3b9599ecc388/31897163539-250.jpg",
    "song": "My Little Red Book",
    "track_id": null,
    "recording_id": "61c626a8-c4ca-469a-833c-6f1ae9a771de",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "Love",
    "release_id": null,
    "release_group_id": "3d0ee264-579f-3615-8888-1c53c7df9786",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1966-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Now, this song by Love is actually a Burt Bacharach cover. Burt Bacharach reportedly hated Love's version of the song because it was not performed in the proper rhythm and time signature. He said, \"\"Love had a hit with it. Wrong changes and all, and I never loved that. There were a couple of chords that were wrong and it would have been better with the right chords. It's called people reading music, people reading a lead sheet then you know what the right chord is (laughs). But I liked their energy on the song and I liked that it was a hit.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}