Information about plays

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

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

{
    "id": 3588376,
    "uri": "https://api.kexp.org/v2/plays/3588376/?format=api",
    "airdate": "2025-12-08T05:47:56-08:00",
    "show": 65321,
    "show_uri": "https://api.kexp.org/v2/shows/65321/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something's Gonna Happen",
    "track_id": "7da9666c-53dd-4fcb-8794-449c5bf8ab3b",
    "recording_id": "d71b14bc-c4ad-4738-9390-6370c43f9efe",
    "artist": "SPRINTS",
    "artist_ids": [
        "256e0b36-88cb-453a-9ce4-7b73cb6b882f"
    ],
    "album": "All That Is Over",
    "release_id": "ba7cca99-7ac1-4823-8ca7-9e53f606f7db",
    "release_group_id": "2e3e4bdd-63c3-4a4f-9f87-253f1ea28308",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Dublin band will be in the U.S. next year, playing:\n\n- The Chapel in San Francisco on Feb. 11\n- The Crocodile in Seattle on Feb. 14\n\nSPRINTS did a Live KEXP studio session in March 2024 that you can watch here:\nhttps://www.youtube.com/watch?v=6FtN3HV1voM.\n\nhttps://www.sprintsmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}