Information about plays

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

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

{
    "id": 3619599,
    "uri": "https://api.kexp.org/v2/plays/3619599/?format=api",
    "airdate": "2026-02-19T17:16:42-08:00",
    "show": 65976,
    "show_uri": "https://api.kexp.org/v2/shows/65976/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rage",
    "track_id": "6950d258-acd6-444f-b2fb-1040304c3688",
    "recording_id": "cfcf754e-b0da-426a-8b27-1906c677646b",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sprints are an Irish garage punk band, formed in Dublin in 2019. The band currently consists of Karla Chubb, Sam McCann, Jack Callan and Zac Stephenson. Sprints just concluded their U.S. tour including a show on Valentine's Day at the Crocodile in Seattle. https://www.sprintsmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}