Information about plays

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

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

{
    "id": 3674473,
    "uri": "https://api.kexp.org/v2/plays/3674473/?format=api",
    "airdate": "2026-06-30T10:20:04-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "https://dn711302.ca.archive.org/0/items/mbid-e4df002b-a142-40bf-a3af-934ac2eae04d/mbid-e4df002b-a142-40bf-a3af-934ac2eae04d-18547238069_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/4/items/mbid-e4df002b-a142-40bf-a3af-934ac2eae04d/mbid-e4df002b-a142-40bf-a3af-934ac2eae04d-18547238069_thumb250.jpg",
    "song": "Crying",
    "track_id": "107cc57d-af3a-397b-81ea-87dd06be7eb0",
    "recording_id": "a6d80620-2c4f-4bf8-8c81-0ddb6e2bb4d3",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Dear Science",
    "release_id": "e4df002b-a142-40bf-a3af-934ac2eae04d",
    "release_group_id": "572aeb84-6e76-3dc6-aea0-bf37ae6584c6",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guitarist and songwriter Kyp Malone said that this song is about \"dismantling civilization, about taking responsibility for the world that we live in and figuring out a way to tear it down.\"\n--\n\" And the wrath\nAnd the riots\nAnd the races on fire\nAnd the music for tanks with no red lights in sight...\"\nHere are the lyrics: https://www.songfacts.com/lyrics/tv-on-the-radio/crying",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}