Information about plays

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

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

{
    "id": 3641346,
    "uri": "https://api.kexp.org/v2/plays/3641346/?format=api",
    "airdate": "2026-04-12T22:41:56-07:00",
    "show": 66437,
    "show_uri": "https://api.kexp.org/v2/shows/66437/?format=api",
    "image_uri": "https://coverartarchive.org/release/e252c4b5-9bf2-4109-8e26-d1d9ad06c6f9/43221985537-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e252c4b5-9bf2-4109-8e26-d1d9ad06c6f9/43221985537-250.jpg",
    "song": "Mum Does the Washing",
    "track_id": null,
    "recording_id": "a2f52ec3-8f3f-4fc6-a6cd-1067f0521a8e",
    "artist": "Joshua Idehen",
    "artist_ids": [
        "3fc0070f-6b5b-4fc3-b5d3-afc87c80354a"
    ],
    "album": "I know you’re hurting, everyone is hurting, everyone is trying, you have got to try.",
    "release_id": null,
    "release_group_id": "39c4632c-621e-4207-afa6-48e74166399a",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}