Information about plays

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

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

{
    "id": 3632481,
    "uri": "https://api.kexp.org/v2/plays/3632481/?format=api",
    "airdate": "2026-03-22T19:12:20-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a468ba5-79e7-4300-9abb-d795eb6fcb2b/28878753673-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a468ba5-79e7-4300-9abb-d795eb6fcb2b/28878753673-250.jpg",
    "song": "I Want You Back",
    "track_id": null,
    "recording_id": "d87def40-cec8-4583-99ca-bae7ba90259f",
    "artist": "Martha Reeves & the Vandellas",
    "artist_ids": [
        "9d1bc10a-24fe-4b41-8338-ea92d8101a09"
    ],
    "album": "Black Magic",
    "release_id": null,
    "release_group_id": "9a34a1f8-fe95-388c-935c-03457474d011",
    "labels": [
        "Gordy"
    ],
    "label_ids": [
        "9b6dec85-599a-481f-9642-62fd1d3999fe"
    ],
    "release_date": "1972-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another prominent voice on the Willie Dynamite soundtrack was Martha Reeves.\n\nMartha Reeves & the Vandellas released their cover of \"I Want You Back\" on their 1972 album Black Magic.\n\"I Want You Back\" was originally released on October 6, 1969, and was the first Jackson 5 single to be released by Motown and the first song written and produced by The Corporation, a team comprising Motown chief Berry Gordy, Freddie Perren, Alphonso Mizell, and Deke Richards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}