Information about plays

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

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

{
    "id": 3626163,
    "uri": "https://api.kexp.org/v2/plays/3626163/?format=api",
    "airdate": "2026-03-06T23:00:53-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/25953a00-fad9-4319-b822-574b7165f122/29728502084-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/25953a00-fad9-4319-b822-574b7165f122/29728502084-250.jpg",
    "song": "Miles Davis",
    "track_id": null,
    "recording_id": "637c6408-0f54-4ab5-bbc3-a2fbbe41fcfb",
    "artist": "Blu & Exile",
    "artist_ids": [
        "681aefe6-c611-4c43-ae2d-726ea058fb96"
    ],
    "album": "Miles: From an Interlude Called Life",
    "release_id": null,
    "release_group_id": "aef07a55-c24f-485a-856f-8ab25c7a501c",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [],
    "release_date": "2020-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}