Information about plays

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

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

{
    "id": 3610415,
    "uri": "https://api.kexp.org/v2/plays/3610415/?format=api",
    "airdate": "2026-01-29T01:00:54-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/de5b05ba-92d5-452b-b7ba-13ab3ef10ce1/4253984299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de5b05ba-92d5-452b-b7ba-13ab3ef10ce1/4253984299-250.jpg",
    "song": "Race Babbling",
    "track_id": null,
    "recording_id": "83698043-4030-4556-9512-f9a27c85e180",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stevie Wonder’s Journey Through the Secret Life of Plants",
    "release_id": null,
    "release_group_id": "610a4b7e-061e-3de3-9bd3-b58d04d0482a",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1979-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track, “Race Babbling,” delves into the complexities of racial tensions and the need for unity. Released in 1973 as part of the album “Innervisions,” this song stands as a testament to Wonder’s ability to address social issues through his music.\nhttps://oldtimemusic.com/the-meaning-behind-the-song-race-babbling-by-stevie-wonder/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}