Information about plays

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

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

{
    "id": 3661923,
    "uri": "https://api.kexp.org/v2/plays/3661923/?format=api",
    "airdate": "2026-05-31T11:38:37-07:00",
    "show": 66866,
    "show_uri": "https://api.kexp.org/v2/shows/66866/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dust Pneumonia Blues",
    "track_id": null,
    "recording_id": "725a6b9d-9a78-4969-bb7e-b9dca8482edf",
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Home in This World: Woody Guthrie's Dust Bowl Ballads",
    "release_id": null,
    "release_group_id": "748ffc7a-418f-461a-9b01-bccdf69de2dc",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2021-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The PNW staple covered this as part of an album interpreting Guthrie’s landmark 1940 album \"Dust Bowl Ballads.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}