Information about plays

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

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

{
    "id": 3629001,
    "uri": "https://api.kexp.org/v2/plays/3629001/?format=api",
    "airdate": "2026-03-14T22:06:11-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Enough",
    "track_id": null,
    "recording_id": null,
    "artist": "No Pressure",
    "artist_ids": [
        "56fd0f1e-0c83-450d-8a65-14074f15c138"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Triple-B"
    ],
    "label_ids": [],
    "release_date": "2025-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No Pressure will be touring with Drain and stopping at:\n - The Roseland Theater in Portland on April 15th\n - Showbox Sodo in Seattle on April 16th\n - Quarry Amphitheater in Santa Cruz on April 18th\n\nhttps://www.nopressurepunx.com/\nhttps://nopressurepunx.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}