Information about plays

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

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

{
    "id": 3565640,
    "uri": "https://api.kexp.org/v2/plays/3565640/?format=api",
    "airdate": "2025-10-15T23:31:24-07:00",
    "show": 64845,
    "show_uri": "https://api.kexp.org/v2/shows/64845/?format=api",
    "image_uri": "https://coverartarchive.org/release/0eaf3a43-f00e-4416-8ea3-759d1841e3c9/4402657853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0eaf3a43-f00e-4416-8ea3-759d1841e3c9/4402657853-250.jpg",
    "song": "Time Travelin’ (A Tribute to Fela)",
    "track_id": null,
    "recording_id": "cef81223-e40a-446f-afc2-f9b0816ba044",
    "artist": "Common feat. Vinia Mojica, Roy Hargrove & Femi Kuti",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "4e57afda-4e64-49ac-8dff-f8993c70ffcd",
        "8cdf780e-b909-4d25-9060-e552e95b3414",
        "702d2b90-eef0-4354-b2c4-6366eba92b7f"
    ],
    "album": "Like Water for Chocolate",
    "release_id": null,
    "release_group_id": "fabc3ec9-2656-3a98-8fdd-4bc40a9ca8ba",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2000-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "D'Angelo on keys and co-production",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}