Information about plays

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

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

{
    "id": 3620953,
    "uri": "https://api.kexp.org/v2/plays/3620953/?format=api",
    "airdate": "2026-02-22T18:39:17-08:00",
    "show": 66004,
    "show_uri": "https://api.kexp.org/v2/shows/66004/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecbfe04d-fd6b-4095-b31f-c7e6dafb339c/35618053348-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecbfe04d-fd6b-4095-b31f-c7e6dafb339c/35618053348-250.jpg",
    "song": "When Will I See You Again",
    "track_id": null,
    "recording_id": "b9f6d278-0996-4543-8c48-d1f7dc529d98",
    "artist": "The Three Degrees",
    "artist_ids": [
        "ddcc21f0-1a12-4d0d-9926-79249d39d92f"
    ],
    "album": "Philadelphia International Records: The Tom Moulton Remixes",
    "release_id": null,
    "release_group_id": "badbc7a8-210c-494c-9dc7-b5df293f32aa",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2021-05-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from John in Belltown!\n\n\"When Will I See You Again\" is a song released in 1974 by Philadelphia soul trio The Three Degrees from their third album, The Three Degrees. The song was written and produced by Kenny Gamble and Leon Huff. Sheila Ferguson sang the lead, accompanied by Fayette Pinkney and Valerie Holiday. Billboard named the song number 67 on their list of 100 Greatest Girl Group Songs of All Time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}