Information about plays

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

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

{
    "id": 3634105,
    "uri": "https://api.kexp.org/v2/plays/3634105/?format=api",
    "airdate": "2026-03-27T02:29:54-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/b308ff6d-e293-4cbb-bdf9-a2594e9aabd9/25280703651-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b308ff6d-e293-4cbb-bdf9-a2594e9aabd9/25280703651-250.jpg",
    "song": "Tender Love",
    "track_id": null,
    "recording_id": "6ee0740a-0d3e-4527-b75a-94918fa363c1",
    "artist": "Force MD’s",
    "artist_ids": [
        "714dceb3-d277-4342-b3d9-3282324387c3"
    ],
    "album": "Chillin'",
    "release_id": null,
    "release_group_id": "e57fbd3c-01b4-30d4-9cd8-002c0a151a47",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Jimmy Jam and Terry Lewis break down the history of the production of \"Tender Love\"\n\nhttps://www.youtube.com/watch?v=WqzqEBfZQIM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}