Information about plays

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

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

{
    "id": 3622427,
    "uri": "https://api.kexp.org/v2/plays/3622427/?format=api",
    "airdate": "2026-02-26T04:51:17-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/53a9fa24-8648-4623-9217-ed91434217e7/25676215068-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53a9fa24-8648-4623-9217-ed91434217e7/25676215068-250.jpg",
    "song": "They Won’t Go When I Go",
    "track_id": null,
    "recording_id": "146736df-c35c-4ac6-acbd-ae40a09484c5",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Fulfillingness’ First Finale",
    "release_id": null,
    "release_group_id": "95e58ee5-5421-38b0-a937-803b004c7ae8",
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1974-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the only song on the album that Wonder did not write by himself. His co-writer was Yvonne Wright.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}