Information about plays

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

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

{
    "id": 3644282,
    "uri": "https://api.kexp.org/v2/plays/3644282/?format=api",
    "airdate": "2026-04-19T22:14:24-07:00",
    "show": 66499,
    "show_uri": "https://api.kexp.org/v2/shows/66499/?format=api",
    "image_uri": "https://coverartarchive.org/release/41aebdde-1c2f-4dd6-baaf-1bfee1a40f21/34059935602-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/41aebdde-1c2f-4dd6-baaf-1bfee1a40f21/34059935602-250.jpg",
    "song": "Sinkhole",
    "track_id": null,
    "recording_id": "9c1c8dea-0ff5-4e68-bca4-4b6daa51a9aa",
    "artist": "Pearson Sound",
    "artist_ids": [
        "56263187-608d-43dc-8782-a417b492d418"
    ],
    "album": "Red Sky EP",
    "release_id": null,
    "release_group_id": "46407f51-da04-4ca2-82cc-fcca713951be",
    "labels": [
        "Hessle Audio"
    ],
    "label_ids": [
        "a41b313f-f779-4105-b7a4-7e61b4a802f7"
    ],
    "release_date": "2022-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pearsonsound.bandcamp.com/album/red-sky-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}