Information about plays

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

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

{
    "id": 3604486,
    "uri": "https://api.kexp.org/v2/plays/3604486/?format=api",
    "airdate": "2026-01-15T01:53:44-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "https://coverartarchive.org/release/3902d0a3-bd9f-4423-b35a-837667f2304b/31519524056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3902d0a3-bd9f-4423-b35a-837667f2304b/31519524056-250.jpg",
    "song": "Greetings",
    "track_id": null,
    "recording_id": "537b6adb-43c6-4eac-bf27-a8038c73acb4",
    "artist": "Half Pint",
    "artist_ids": [
        "caa8844b-6a16-4100-b2ae-622b2edf5055"
    ],
    "album": "Greetings",
    "release_id": null,
    "release_group_id": "7093ee06-5cdf-412f-82a2-027444061136",
    "labels": [
        "17 North Parade"
    ],
    "label_ids": [
        "6efaec25-5652-4933-96a2-b9f9f5849af8"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Half Pint is a Jamaican dancehall, ragga, and reggae singer His real name is Lindon Andrew Roberts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}