Information about plays

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

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

{
    "id": 3624401,
    "uri": "https://api.kexp.org/v2/plays/3624401/?format=api",
    "airdate": "2026-03-02T12:35:50-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-5ef299be-f77c-4b86-927a-c849aada5007/mbid-5ef299be-f77c-4b86-927a-c849aada5007-43456155730_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/17/items/mbid-5ef299be-f77c-4b86-927a-c849aada5007/mbid-5ef299be-f77c-4b86-927a-c849aada5007-43456155730_thumb250.jpg",
    "song": "For the First Time, Again",
    "track_id": "f9b782b9-bdac-48c8-9f97-bc1bd6b175a7",
    "recording_id": "fd8a8be3-5a24-432d-b80d-79c584dd8f12",
    "artist": "Tyler Ballgame",
    "artist_ids": [
        "b354fdfa-5d8e-46ef-b76e-5bd1ed05a59c"
    ],
    "album": "For the First Time, Again",
    "release_id": "5ef299be-f77c-4b86-927a-c849aada5007",
    "release_group_id": "ba58b285-f8c6-4717-af7e-bf73c7e1a4dc",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2026-01-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles-based artist Tyler Ballgame is on tour!\n\n- San Francisco on Wednesday, April 1, at The Warfield (supporting St. Paul and the Broken Bones)\n\nhttps://tylerballgame.com/\n\n--\n\nTyler Ballgame's new album 'For the First Time, Again' came out at the end of January. Check it out here: https://tylerballgame.bandcamp.com/album/for-the-first-time-again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}