Information about plays

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

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

{
    "id": 3658274,
    "uri": "https://api.kexp.org/v2/plays/3658274/?format=api",
    "airdate": "2026-05-22T23:44:06-07:00",
    "show": 66788,
    "show_uri": "https://api.kexp.org/v2/shows/66788/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fe0341e-f80a-3ec0-afab-1511363cbcf9/18445407139-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fe0341e-f80a-3ec0-afab-1511363cbcf9/18445407139-250.jpg",
    "song": "Times Are Gettin’ Ill",
    "track_id": null,
    "recording_id": "d5e9302a-49f1-41d0-966e-06aa7303c76b",
    "artist": "Rob Base & D.J. E‐Z Rock",
    "artist_ids": [
        "6f191c70-1345-4ea5-b7af-5db9ee50d7c0"
    ],
    "album": "It Takes Two",
    "release_id": null,
    "release_group_id": "07f451cb-7f1f-3d5e-a4c9-e02fc41a1de2",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Ginyard aka Rob Base passed away today at the age of 59:\n\nhttps://apnews.com/article/rob-base-death-dj-ez-rock-5048b6d56838fac387c4d1e9cf33bfb1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}