Information about plays

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

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

{
    "id": 3635660,
    "uri": "https://api.kexp.org/v2/plays/3635660/?format=api",
    "airdate": "2026-03-30T17:20:37-07:00",
    "show": 66323,
    "show_uri": "https://api.kexp.org/v2/shows/66323/?format=api",
    "image_uri": "https://coverartarchive.org/release/8506b0f9-4d6c-4e5d-ae75-a68fcc10519b/4579781374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8506b0f9-4d6c-4e5d-ae75-a68fcc10519b/4579781374-250.jpg",
    "song": "Life Is Better",
    "track_id": null,
    "recording_id": "68722436-b50e-4248-a297-dff98786ef1c",
    "artist": "Q‐Tip feat. Norah Jones",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188",
        "985c709c-7771-4de3-9024-7bda29ebe3f9"
    ],
    "album": "The Renaissance",
    "release_id": null,
    "release_group_id": "d2d0a1a8-aafc-3f92-93b9-a327f23590cb",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2008-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip's second solo release earned him a Grammy nomination for Best Rap Album.\n\nCheck out the video for \"Life is Better\":\nhttps://youtu.be/nMIs3WYLZbY\n\nhttp://atribecalledquest.com/home/band/q-tip/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}