Information about plays

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

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

{
    "id": 3574739,
    "uri": "https://api.kexp.org/v2/plays/3574739/?format=api",
    "airdate": "2025-11-06T13:30:41-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://ia802908.us.archive.org/24/items/mbid-9cf05a1c-a395-4f4a-ac9e-5716b94942fc/mbid-9cf05a1c-a395-4f4a-ac9e-5716b94942fc-15741866582_thumb500.jpg",
    "thumbnail_uri": "https://ia902908.us.archive.org/24/items/mbid-9cf05a1c-a395-4f4a-ac9e-5716b94942fc/mbid-9cf05a1c-a395-4f4a-ac9e-5716b94942fc-15741866582_thumb250.jpg",
    "song": "Truth Is Out of Style (radio edit)",
    "track_id": "80f0187e-251b-37af-bfa9-d3b2af89d1ca",
    "recording_id": "b15e7410-1b39-47c7-9207-1bf10b526ea7",
    "artist": "MC 900 Ft Jesus with DJ Zero",
    "artist_ids": [
        "4666317d-b388-4c7f-9996-163d95c39fe6",
        "a1d40d99-843f-4ee0-9a6e-93290df72ceb"
    ],
    "album": "Truth Is Out of Style",
    "release_id": "9cf05a1c-a395-4f4a-ac9e-5716b94942fc",
    "release_group_id": "5d94ebdc-0bb2-3d8d-9095-e0d295893bca",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Truth Is Out of Style\" contains samples of \"Cucumber Slumber\" by Weather Report, \"Ain't No Half Steppin'\" by Heatwave, \"Delirious\" by Eddie Murphy, and Run-DMC's \"Jam-Master Jay.\"\n--\nHere's the quite weird video for \"Truth Is Out of Style\": https://www.youtube.com/watch?v=8vgDpI8kU98",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}