Information about plays

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

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

{
    "id": 3571603,
    "uri": "https://api.kexp.org/v2/plays/3571603/?format=api",
    "airdate": "2025-10-30T00:03:59-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/4df0aea0-dd15-4201-9405-a05f93d3e74d/29349551946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4df0aea0-dd15-4201-9405-a05f93d3e74d/29349551946-250.jpg",
    "song": "I’m Comin’ Back",
    "track_id": null,
    "recording_id": "b6d59028-29dd-4477-a4b1-77185aab2b77",
    "artist": "Witch",
    "artist_ids": [
        "6fc531d2-9a47-496b-b4b5-01e2b17fe99d"
    ],
    "album": "Movin‐On",
    "release_id": null,
    "release_group_id": "f403c3f3-da0e-46b2-acab-ec122a2addad",
    "labels": [
        "Shed"
    ],
    "label_ids": [
        "68132b05-ac87-436c-aa83-3edef1c7c095"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check our their recent performance in the gathering space!\n\nhttps://www.youtube.com/watch?v=YM0CMGGFETU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}