Information about plays

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

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

{
    "id": 3612204,
    "uri": "https://api.kexp.org/v2/plays/3612204/?format=api",
    "airdate": "2026-02-02T08:22:34-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "https://coverartarchive.org/release/29952af8-d929-46d0-bc64-b895f33b00d0/42504558139-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29952af8-d929-46d0-bc64-b895f33b00d0/42504558139-250.jpg",
    "song": "Never Can Say Goodbye",
    "track_id": null,
    "recording_id": "80820be1-3a84-48c5-aebb-e296450fad55",
    "artist": "The Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Maybe Tomorrow",
    "release_id": null,
    "release_group_id": "2befa04d-8209-3959-8f04-e0caf677e710",
    "labels": [],
    "label_ids": [],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Never Can Say Goodbye\" is a 1971 hit single by The Jackson 5, released on their Maybe Tomorrow album. Written by Clifton Davis, this emotional, mature ballad was originally intended for The Supremes but became a career-defining moment for a 12-year-old Michael Jackson. The song peaked at No. 2 on the Billboard Pop Singles chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}