Information about plays

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

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

{
    "id": 3604944,
    "uri": "https://api.kexp.org/v2/plays/3604944/?format=api",
    "airdate": "2026-01-16T04:17:50-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a14a325-651f-4da6-8dea-f9e3d7fca919/5561268335-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a14a325-651f-4da6-8dea-f9e3d7fca919/5561268335-250.jpg",
    "song": "Phone Call From the Moon",
    "track_id": null,
    "recording_id": "ed1fe730-2d0e-4706-a8ed-3485e97418fb",
    "artist": "Adrian Belew",
    "artist_ids": [
        "73c3f499-60e2-44e1-81dd-7fe2191461fa"
    ],
    "album": "Young Lions",
    "release_id": null,
    "release_group_id": "38a32ba3-77e1-35c1-83aa-828b7913fd1a",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from the 206!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}