Information about plays

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

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

{
    "id": 3667125,
    "uri": "https://api.kexp.org/v2/plays/3667125/?format=api",
    "airdate": "2026-06-13T00:08:27-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?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": "Heat",
    "track_id": null,
    "recording_id": "76f9cc55-18cf-499a-bc36-c727c287efc4",
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "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": "Like Water For Chocolate was Common's fourth album but his first major label album.\n\nhttps://www.thinkcommon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}