Information about plays

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

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

{
    "id": 3557588,
    "uri": "https://api.kexp.org/v2/plays/3557588/?format=api",
    "airdate": "2025-09-25T13:54:53-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f43ee67-d51e-43fe-9b28-c482dae3694c/24443242432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f43ee67-d51e-43fe-9b28-c482dae3694c/24443242432-250.jpg",
    "song": "Savannah the Serene",
    "track_id": null,
    "recording_id": "ef049751-4d85-4164-a544-84e3fddf3c37",
    "artist": "Billy Cobham",
    "artist_ids": [
        "255497f8-26fb-4044-b97e-d4787d5974f6"
    ],
    "album": "Time Lapse Photos",
    "release_id": null,
    "release_group_id": "c042f14f-2828-4909-a752-eda43273b873",
    "labels": [
        "Creative Multimedia Concepts Inc"
    ],
    "label_ids": [
        "65bab7ab-23d4-4d0a-9858-cab97bec93e2"
    ],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is the second movement in a four-song suite called \"A Sound Portrait\" Spanish Moss.\": https://www.sessiondays.com/2024/10/1974-billy-cobham-crosswinds/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}