Information about plays

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

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

{
    "id": 3552023,
    "uri": "https://api.kexp.org/v2/plays/3552023/?format=api",
    "airdate": "2025-09-12T08:25:39-07:00",
    "show": 64540,
    "show_uri": "https://api.kexp.org/v2/shows/64540/?format=api",
    "image_uri": "https://ia800605.us.archive.org/0/items/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a-10567342589_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/0/items/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a/mbid-7f597fd6-7570-4c82-a342-6b9ef4d0d24a-10567342589_thumb250.jpg",
    "song": "Running on Empty",
    "track_id": "4f9e4d13-7b75-3a1b-877c-d324092a3ac4",
    "recording_id": "a458e5e0-50fa-4dbc-9361-c99d0f82f693",
    "artist": "Jackson Browne",
    "artist_ids": [
        "88527d26-7496-47c5-8358-ebdb1868a90f"
    ],
    "album": "Running on Empty",
    "release_id": "7f597fd6-7570-4c82-a342-6b9ef4d0d24a",
    "release_group_id": "786211b5-6caa-3c76-903e-9c085bc7e117",
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey John and Owen! Happy Friday! I'm going to see Jackson Browne tonight at St. Michelle. If you could play something from his collection that would be sweet!\n--Anna\n--\nThat's David Lindley on slide guitar and Russ Kunkel on drums.\n--\nHere's Jackson Browne, performing this classic at his induction into the Rock Hall of Fame: https://www.youtube.com/watch?v=zdHg4QEmBvk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}