Information about plays

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

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

{
    "id": 3630042,
    "uri": "https://api.kexp.org/v2/plays/3630042/?format=api",
    "airdate": "2026-03-17T05:03:26-07:00",
    "show": 66204,
    "show_uri": "https://api.kexp.org/v2/shows/66204/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa7b7037-5908-431b-a45a-0510736c26d5/28965129678-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa7b7037-5908-431b-a45a-0510736c26d5/28965129678-250.jpg",
    "song": "A Dawning",
    "track_id": null,
    "recording_id": null,
    "artist": "Ólafur Arnalds",
    "artist_ids": [
        "6655955b-1c1e-4bcb-84e4-81bcd9efab30"
    ],
    "album": "Sunrise Sessions III",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ólafur Arnalds recently released the track \"A Dawning\" as part of his Sunrise Session III EP, a moving project dedicated to his late collaborator Eoin French (Talos). Arnalds is a longtime KEXP favorite, and you can watch his breathtaking 2018 full performance live from the Kex Hostel in Reykjavik: https://www.youtube.com/watch?v=E9tnLMV7m3s You can also catch him live at the Castro Theatre in San Francisco on November 11th and 12th later this year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}