Information about plays

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

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

{
    "id": 3547221,
    "uri": "https://api.kexp.org/v2/plays/3547221/?format=api",
    "airdate": "2025-08-31T15:59:56-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://ia801403.us.archive.org/17/items/mbid-df6c90d9-8d6a-4711-a8d1-e7a965ce2441/mbid-df6c90d9-8d6a-4711-a8d1-e7a965ce2441-42680678638_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/17/items/mbid-df6c90d9-8d6a-4711-a8d1-e7a965ce2441/mbid-df6c90d9-8d6a-4711-a8d1-e7a965ce2441-42680678638_thumb250.jpg",
    "song": "Could Heaven Ever Be Like This",
    "track_id": "c9e9aab7-93d3-42e4-9b3d-22672c0cbe0a",
    "recording_id": "ed80caba-2908-499c-b9d0-13ad88ace4ca",
    "artist": "Lance Ferguson",
    "artist_ids": [
        "d58bd6e5-3f09-4f7d-b2c8-3cd626d05b02"
    ],
    "album": "Could Heaven Ever Be Like This",
    "release_id": "df6c90d9-8d6a-4711-a8d1-e7a965ce2441",
    "release_group_id": "c6b00681-821e-4134-bed3-d493d0f0ec8a",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2025-07-29",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New redux of the Idris Muhammad track from Melbourne's Lance Ferguson.\n\nhttps://lanceferguson.bandcamp.com/album/could-heaven-ever-be-like-this",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}