Information about plays

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

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

{
    "id": 3524894,
    "uri": "https://api.kexp.org/v2/plays/3524894/?format=api",
    "airdate": "2025-07-09T21:31:28-07:00",
    "show": 63968,
    "show_uri": "https://api.kexp.org/v2/shows/63968/?format=api",
    "image_uri": "https://coverartarchive.org/release/46409570-b149-4131-9281-d4b14b6b0e5a/32748005961-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46409570-b149-4131-9281-d4b14b6b0e5a/32748005961-250.jpg",
    "song": "College Welcome",
    "track_id": null,
    "recording_id": "0bf1cf98-738b-4c14-8d21-f9fcee2a4740",
    "artist": "Surprise Chef",
    "artist_ids": [
        "be809d9a-5841-4733-ad12-979ad6047a22"
    ],
    "album": "Daylight Savings",
    "release_id": null,
    "release_group_id": "a310ddc6-94cf-4d98-9a1a-65bd4e363a66",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2020-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Surprise Chef upcoming tour dates! https://www.surprise-chef.com/tour\n\nJul 26 @ Moe's Alley in Santa Cruz, CA\nJul 27 @ The Independent in San Francisco, CA\nJul 29 @ Tractor Tavern in Seattle, WA\nJul 30 @ The Pearl in Vancouver, BC\nJul 31 @ The Shakedown in Bellingham, WA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}