Information about plays

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

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

{
    "id": 3570348,
    "uri": "https://api.kexp.org/v2/plays/3570348/?format=api",
    "airdate": "2025-10-26T19:40:25-07:00",
    "show": 64942,
    "show_uri": "https://api.kexp.org/v2/shows/64942/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Off the Phone",
    "track_id": null,
    "recording_id": "9ec73b52-3da5-4c4c-a106-a21ebec2b202",
    "artist": "Epicentre",
    "artist_ids": [
        "2a675b1b-775c-4287-b994-7d29f78d27d8"
    ],
    "album": "Wheedle's Groove Volume II: Seattle Funk, Modern Soul and Boogie 1972-1987",
    "release_id": null,
    "release_group_id": "8dc48fc3-b72c-4ea6-bdba-5ccafa5c3bbb",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2014-05-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Seattle legend Bernadette Bascom on vocals!\n---\nIn 2004, Bascom returned to Seattle where she has taught vocal lessons, performance, and production. She is the creator of \"PRAISE!, a Sunday Gospel Supper,\" which has run at The Triple Door in downtown Seattle.\n---\nhttps://wheedlesgroove.bandcamp.com/track/get-off-the-phone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}