Information about plays

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

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

{
    "id": 3588210,
    "uri": "https://api.kexp.org/v2/plays/3588210/?format=api",
    "airdate": "2025-12-07T19:39:03-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4c8794a-46aa-4f50-9a71-634238b0fe76/17351362788-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4c8794a-46aa-4f50-9a71-634238b0fe76/17351362788-250.jpg",
    "song": "There’ll Come a Time, There’ll Come a Day",
    "track_id": null,
    "recording_id": "1ee2bf9a-cee5-4203-a566-c30fab13bca2",
    "artist": "Basic Black and Pearl",
    "artist_ids": [
        "f80cd82f-b935-4988-bd7b-0904f3d24d5b"
    ],
    "album": "Super Rare Disco, Volume 2",
    "release_id": null,
    "release_group_id": "0de335f2-0fd8-3a37-abd8-8043233a64e2",
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1997-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Basic Black and Pearl originally released \"There'll Come A Time, There'll Come A Day\" in 1975, but you can find the track on the 1997 compilation album, Super Rare Disco, Volume 2.\n\nBasic Black and Pearl was a Montreal, Canada, studio project featuring Leon Aronson on keyboards, Bobby Cohen on guitar, Marty Simon on drums and David Nash on bass. The lead singer was Sharon Lee Williams.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}