Information about plays

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

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

{
    "id": 3637491,
    "uri": "https://api.kexp.org/v2/plays/3637491/?format=api",
    "airdate": "2026-04-04T00:14:33-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f1c576d-3fe9-47b2-ab91-3d524277b6f4/15212985908-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f1c576d-3fe9-47b2-ab91-3d524277b6f4/15212985908-250.jpg",
    "song": "Imagine That",
    "track_id": null,
    "recording_id": "5a315072-672a-4768-a360-cf44414bc941",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "G.O.A.T. Featuring James T. Smith: The Greatest of All Time",
    "release_id": null,
    "release_group_id": "46448099-b14d-36b7-a2fb-5b59588048d7",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2000-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}