Information about plays

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

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

{
    "id": 3560865,
    "uri": "https://api.kexp.org/v2/plays/3560865/?format=api",
    "airdate": "2025-10-03T13:45:10-07:00",
    "show": 64734,
    "show_uri": "https://api.kexp.org/v2/shows/64734/?format=api",
    "image_uri": "https://ia801401.us.archive.org/20/items/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf-3374992371_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/20/items/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf/mbid-253af493-6d34-3a8f-a8f9-aac02e02f6cf-3374992371_thumb250.jpg",
    "song": "The Seed (2.0)",
    "track_id": "bbeb3a0f-6f10-3c5f-b4a1-c403f7b936bf",
    "recording_id": "2f73426d-dc30-46fe-b274-2adaf0bfb982",
    "artist": "The Roots feat. Cody ChesnuTT",
    "artist_ids": [
        "cd103368-a248-44d6-90d7-ed36afda8d7d",
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Phrenology",
    "release_id": "253af493-6d34-3a8f-a8f9-aac02e02f6cf",
    "release_group_id": "98277141-0f63-3796-894a-11409d1377c4",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Black Thought of The Roots! (b. 1971)\n--\nThe Roots, featuring Atlanta-based musician Cody Chesnutt on guitar and vocals!\nhttps://www.theroots.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}