Information about plays

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

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

{
    "id": 3629429,
    "uri": "https://api.kexp.org/v2/plays/3629429/?format=api",
    "airdate": "2026-03-15T18:32:02-07:00",
    "show": 66191,
    "show_uri": "https://api.kexp.org/v2/shows/66191/?format=api",
    "image_uri": "https://coverartarchive.org/release/93ac78f2-9a91-46b1-b2cb-48d66f9b1b4d/22890950933-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93ac78f2-9a91-46b1-b2cb-48d66f9b1b4d/22890950933-250.jpg",
    "song": "Take Off the Blues",
    "track_id": null,
    "recording_id": "23a8cc4b-c449-497d-9849-51ca1c1a8117",
    "artist": "The Foreign Exchange",
    "artist_ids": [
        "597fd37b-5ce2-4522-9370-9f3d7e1c81f2"
    ],
    "album": "Leave It All Behind",
    "release_id": null,
    "release_group_id": "4ce61bb8-e193-3c0e-952d-1c0e7127f6bc",
    "labels": [
        "Hardboiled"
    ],
    "label_ids": [
        "2d9e7055-c4c9-4b34-b211-b1e9b298597a"
    ],
    "release_date": "2008-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Foreign Exchange released \"Take Off the Blues\" in 2008 on the album Leave It All Behind, the duo's second studio offering.\n\nThe Foreign Exchange is music duo consisting of the American rapper Phonte and the Dutch record producer Nicolay. Their music is a blend of hip hop, soul, R&B and electronica.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}