Information about plays

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

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

{
    "id": 3604433,
    "uri": "https://api.kexp.org/v2/plays/3604433/?format=api",
    "airdate": "2026-01-14T22:54:12-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "https://coverartarchive.org/release/21f525ef-761a-46cf-b69e-2347632126bb/23070825955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21f525ef-761a-46cf-b69e-2347632126bb/23070825955-250.jpg",
    "song": "Greatest Story Ever Told",
    "track_id": null,
    "recording_id": "f8884617-f4b3-4661-b792-f4261aed9273",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Road Trips, Volume 3, No. 1: Oakland 12‐28‐79",
    "release_id": null,
    "release_group_id": "33e0e6ba-d194-40d3-a749-467d4aee859a",
    "labels": [
        "Grateful Dead Records"
    ],
    "label_ids": [
        "6864bcce-2b7e-40f6-9391-6732f4e181c5"
    ],
    "release_date": "2009-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}