Information about plays

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

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

{
    "id": 3665203,
    "uri": "https://api.kexp.org/v2/plays/3665203/?format=api",
    "airdate": "2026-06-08T03:45:27-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://coverartarchive.org/release/90f3f3b9-8492-3f66-a660-cdbc5fc4d4ad/3461604768-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/90f3f3b9-8492-3f66-a660-cdbc5fc4d4ad/3461604768-250.jpg",
    "song": "Caught Up In The Rapture",
    "track_id": null,
    "recording_id": "6a2af2b9-2da9-4391-898a-09803c7e47b4",
    "artist": "Anita Baker",
    "artist_ids": [
        "02349767-d5ac-4528-892d-17b6d40107a1"
    ],
    "album": "Rapture",
    "release_id": null,
    "release_group_id": "b544c1b2-9190-34ac-8d03-348c86a77cb2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}