Information about plays

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

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

{
    "id": 3624407,
    "uri": "https://api.kexp.org/v2/plays/3624407/?format=api",
    "airdate": "2026-03-02T13:01:26-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "https://ia600708.us.archive.org/29/items/mbid-60099c4e-cafc-32b6-b239-7bcd22e4baac/mbid-60099c4e-cafc-32b6-b239-7bcd22e4baac-6081818299_thumb500.jpg",
    "thumbnail_uri": "https://dn710907.ca.archive.org/0/items/mbid-60099c4e-cafc-32b6-b239-7bcd22e4baac/mbid-60099c4e-cafc-32b6-b239-7bcd22e4baac-6081818299_thumb250.jpg",
    "song": "Life During Wartime",
    "track_id": "68eebe7d-3f88-3981-b53a-4f47411e0494",
    "recording_id": "14ef594d-a1dc-4efc-af12-09aed447090c",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Stop Making Sense",
    "release_id": "60099c4e-cafc-32b6-b239-7bcd22e4baac",
    "release_group_id": "2b85ba4e-53bf-4473-87f5-59d0b53020ad",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Byrne, Talking Heads was about making emotional sense--not literal sense.  Enjoy this NPR \"Fresh Air\" interview with Terry Gross: https://www.youtube.com/watch?app=desktop&v=4DJGp69Q0cY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}