Information about plays

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

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

{
    "id": 3622514,
    "uri": "https://api.kexp.org/v2/plays/3622514/?format=api",
    "airdate": "2026-02-26T10:04:18-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Callin' Out",
    "track_id": "859e458e-c338-3438-942e-af90a8571142",
    "recording_id": "07e83ca7-47c9-4c32-b8d4-428d3f9dcef2",
    "artist": "Lyrics Born",
    "artist_ids": [
        "3fafb3eb-bd69-4463-b6aa-bf88472b6089"
    ],
    "album": "Live at KEXP, Volume Two",
    "release_id": "7379b62c-66da-4568-b9b6-33119d4e92e2",
    "release_group_id": "1120fbef-0db6-3bc5-bcb3-1c345dd7b0c6",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay Area hip-hop luminary Tsutomu \"Tom\" Shimura is a Japanese-American rapper and producer, recording as Lyrics Born. He was originally known as Asia Born, but changed his name to ensure that he won fans based on his merits as a rapper.\n\nLyrics Born joined us in Oakland this past Tuesday, February 24th at 3pm for a live session. Be sure to listen back on the streaming archive!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}