Information about plays

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

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

{
    "id": 3638574,
    "uri": "https://api.kexp.org/v2/plays/3638574/?format=api",
    "airdate": "2026-04-06T09:44:32-07:00",
    "show": 66382,
    "show_uri": "https://api.kexp.org/v2/shows/66382/?format=api",
    "image_uri": "https://dn711301.ca.archive.org/0/items/mbid-fed21a92-cdcb-4e2e-98c3-40d30aa74793/mbid-fed21a92-cdcb-4e2e-98c3-40d30aa74793-9460579956_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-fed21a92-cdcb-4e2e-98c3-40d30aa74793/mbid-fed21a92-cdcb-4e2e-98c3-40d30aa74793-9460579956_thumb250.jpg",
    "song": "Dripping",
    "track_id": "68a93d3d-6aba-4a1d-9174-792741047927",
    "recording_id": "260f840f-8d90-4b26-bfb4-73a314f8c34f",
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Barragán",
    "release_id": "fed21a92-cdcb-4e2e-98c3-40d30aa74793",
    "release_group_id": "1c6c5309-4858-41d8-94b0-e839a4f375a5",
    "labels": [
        "Asa Wa Kuru"
    ],
    "label_ids": [
        "5b22597a-d5c0-4e6a-b725-14f23a6d34a7"
    ],
    "release_date": "2014-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See a live version of \"Dripping\" from San Francisco in 2017: https://bit.ly/3M2gAw1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}