Information about plays

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

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

{
    "id": 3613351,
    "uri": "https://api.kexp.org/v2/plays/3613351/?format=api",
    "airdate": "2026-02-05T02:24:13-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/eea4d4c5-1cf1-447d-a492-fb3e3a781f34/16156059778-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eea4d4c5-1cf1-447d-a492-fb3e3a781f34/16156059778-250.jpg",
    "song": "Whateva Man",
    "track_id": null,
    "recording_id": "8778e7f5-f343-4734-9cc4-dd3c81955f07",
    "artist": "Redman feat. Erick Sermon",
    "artist_ids": [
        "1f1f6737-b930-46fc-8d25-110bb99f7490",
        "7fdb6168-64a8-4b5a-9a6a-e39803e4aec1"
    ],
    "album": "Muddy Waters",
    "release_id": null,
    "release_group_id": "98af97a8-4a5c-3ea9-9146-e1a52d929d4e",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1996-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1996 NJ essential",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}