Information about plays

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

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

{
    "id": 3624429,
    "uri": "https://api.kexp.org/v2/plays/3624429/?format=api",
    "airdate": "2026-03-02T14:26:01-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-5e893984-0d31-4239-9b43-a23d14dd464e/mbid-5e893984-0d31-4239-9b43-a23d14dd464e-21602128244_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-5e893984-0d31-4239-9b43-a23d14dd464e/mbid-5e893984-0d31-4239-9b43-a23d14dd464e-21602128244_thumb250.jpg",
    "song": "Bomb Yourself",
    "track_id": "4c1bca17-8021-3451-9ede-5513814d7efc",
    "recording_id": "76636da4-2c0c-41db-a362-6ed26313dbf6",
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Desperate Youth, Blood Thirsty Babes",
    "release_id": "5e893984-0d31-4239-9b43-a23d14dd464e",
    "release_group_id": "e73c84f5-8d7f-3518-901f-e345296ce59a",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2004-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Desperate Youth, Blood Thirsty Babes\" was the debut album from TV on the Radio.  This song was written by Dave Sitek and Tunde Adebimpe.\n\nTV on the Radio's Tunde Adebimpe performed live on KEXP last August! Check out the full set: https://www.youtube.com/watch?v=Y6LT0Wux4P4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}