Information about plays

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

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

{
    "id": 3548281,
    "uri": "https://api.kexp.org/v2/plays/3548281/?format=api",
    "airdate": "2025-09-03T04:47:55-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia601404.us.archive.org/16/items/mbid-b1620b97-d45c-49de-8d4b-fa6c33e40ca5/mbid-b1620b97-d45c-49de-8d4b-fa6c33e40ca5-3461482312_thumb500.jpg",
    "thumbnail_uri": "https://ia601404.us.archive.org/16/items/mbid-b1620b97-d45c-49de-8d4b-fa6c33e40ca5/mbid-b1620b97-d45c-49de-8d4b-fa6c33e40ca5-3461482312_thumb250.jpg",
    "song": "Sweet Love",
    "track_id": "93c23a37-4650-3d3c-ae7f-1923e5287ed2",
    "recording_id": "ff7c972f-a036-403c-8469-e9cab5a0d3dd",
    "artist": "Anita Baker",
    "artist_ids": [
        "02349767-d5ac-4528-892d-17b6d40107a1"
    ],
    "album": "Rapture",
    "release_id": "b1620b97-d45c-49de-8d4b-fa6c33e40ca5",
    "release_group_id": "b544c1b2-9190-34ac-8d03-348c86a77cb2",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baker won two Grammys at the 29th Annual Grammy Awards (1987). \"Sweet Love\" was selected as Best R&B Song, earning her (along with Gary Bias and Louis Johnson) a songwriting award. Also, the album containing this song, Rapture, won in the category Best Female R&B Vocal performance.\n--\nGo here for a biography of this remarkable artist: https://biography.jrank.org/pages/2387/Baker-Anita.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}