Information about plays

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

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

{
    "id": 3631512,
    "uri": "https://api.kexp.org/v2/plays/3631512/?format=api",
    "airdate": "2026-03-20T15:01:33-07:00",
    "show": 66231,
    "show_uri": "https://api.kexp.org/v2/shows/66231/?format=api",
    "image_uri": "https://coverartarchive.org/release/b40e512e-7053-4cce-bd59-e3e1a9ef0bb1/42833717920-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b40e512e-7053-4cce-bd59-e3e1a9ef0bb1/42833717920-250.jpg",
    "song": "nah",
    "track_id": null,
    "recording_id": "696949cf-5453-43a4-8970-c6803b80a3d2",
    "artist": "Khalid",
    "artist_ids": [
        "28737730-ec70-4da5-89c5-77ac13c5c34d"
    ],
    "album": "after the sun goes down",
    "release_id": null,
    "release_group_id": "74b762e3-0030-4843-bf8e-f02176a55d2f",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2025-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khalid is a non-traditional R&B singer and songwriter with a large following attracted to his undemonstrative but heartfelt vocal style and down-to-earth perspective. --Allmusic (https://tinyurl.com/4h8p63am)\n\nKhalid will be in Berkeley on June 26 at The Greek Theatre.\n\nhttps://www.khalidofficial.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}