Information about plays

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

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

{
    "id": 3645402,
    "uri": "https://api.kexp.org/v2/plays/3645402/?format=api",
    "airdate": "2026-04-22T16:09:20-07:00",
    "show": 66524,
    "show_uri": "https://api.kexp.org/v2/shows/66524/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-f7a8cc9d-8fc7-4c21-a331-cc6c93f0144e/mbid-f7a8cc9d-8fc7-4c21-a331-cc6c93f0144e-14454319950_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/24/items/mbid-f7a8cc9d-8fc7-4c21-a331-cc6c93f0144e/mbid-f7a8cc9d-8fc7-4c21-a331-cc6c93f0144e-14454319950_thumb250.jpg",
    "song": "Hello",
    "track_id": "f55da6ec-7f2b-390d-be5d-031f61e19184",
    "recording_id": "440e5aaa-32fc-46ff-a0d4-5a217c44fce1",
    "artist": "Poe",
    "artist_ids": [
        "72ae540c-514f-4c05-b05d-e6297e0ce4da"
    ],
    "album": "Hello",
    "release_id": "8c24869c-d44a-372a-bc9b-eb5e840ef1de",
    "release_group_id": "cffa265f-d5a5-3509-93f7-983045fd10ff",
    "labels": [
        "Sheridan Square Records"
    ],
    "label_ids": [
        "db6875e2-32b5-4582-a5b3-5854e8573705"
    ],
    "release_date": "2004-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hello is the debut album by the American singer-songwriter Poe. It was released in 1995 on Modern Records.\n--\nThe song \"Hello\" was released as a single in October, 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}