Information about plays

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

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

{
    "id": 3567983,
    "uri": "https://api.kexp.org/v2/plays/3567983/?format=api",
    "airdate": "2025-10-21T09:59:24-07:00",
    "show": 64894,
    "show_uri": "https://api.kexp.org/v2/shows/64894/?format=api",
    "image_uri": "https://ia801906.us.archive.org/32/items/mbid-30f96a76-50db-4be3-ad9d-2243cbe2a8a4/mbid-30f96a76-50db-4be3-ad9d-2243cbe2a8a4-22427803318_thumb500.jpg",
    "thumbnail_uri": "https://ia801906.us.archive.org/32/items/mbid-30f96a76-50db-4be3-ad9d-2243cbe2a8a4/mbid-30f96a76-50db-4be3-ad9d-2243cbe2a8a4-22427803318_thumb250.jpg",
    "song": "Pacific Northwestern Blues",
    "track_id": "2f180011-0234-419b-adbe-b7b932047909",
    "recording_id": "8ed6861f-ec4b-47c8-b7f3-3a4942863648",
    "artist": "Justin Townes Earle",
    "artist_ids": [
        "6e0d1400-a880-4b2c-8305-e9b985a4549c"
    ],
    "album": "The Saint of Lost Causes",
    "release_id": "30f96a76-50db-4be3-ad9d-2243cbe2a8a4",
    "release_group_id": "8dba9fe1-0a78-4493-bf37-32d3d2e22631",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2019-05-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This tragically turned out to be his final album. It was his eighth studio album ; https://www.wmot.org/post/songwriter-justin-townes-earle-gone-38#stream/0 ; he had moved to Portland in 2017, and is survived by his wife and daughter ; https://www.facebook.com/justintownesearle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}