Information about plays

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

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

{
    "id": 3597903,
    "uri": "https://api.kexp.org/v2/plays/3597903/?format=api",
    "airdate": "2025-12-30T07:02:16-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destination",
    "track_id": "6370dfb8-5489-409c-83e1-6aa77877ce8a",
    "recording_id": "0483c1d9-c4f6-4885-a532-98dc6de1f89c",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Neon Grey Midnight Green",
    "release_id": "d882a97c-877c-4ec0-a2d8-e2cec7ddc32a",
    "release_group_id": "7a243c26-f7f8-4200-97f4-9bf93ccf63da",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is the PlainsSong Chamber Orchestra joining Neko Case on this gorgeous tune from her new album. The ensemble is a Colorado-based project from Mackenzie Miller (of Denver Violins) and Tom Hagerman (of Colorado legends Devotchka).\n--\nNeko Case wrote this song with guitarist Paul Rigby.  In this podcast, he talks about his 15-year collaboration with Neko Case: https://www.fretboardjournal.com/podcasts/podcast-521-paul-rigby/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}