Information about plays

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

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

{
    "id": 3640140,
    "uri": "https://api.kexp.org/v2/plays/3640140/?format=api",
    "airdate": "2026-04-10T03:26:56-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/d52ac20b-83c9-4786-9a88-36f3e60307a0/44242353448-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d52ac20b-83c9-4786-9a88-36f3e60307a0/44242353448-250.jpg",
    "song": "Slow Tonight",
    "track_id": null,
    "recording_id": "c96b298f-f18c-43f3-b06d-cd1719743549",
    "artist": "Tom Misch",
    "artist_ids": [
        "fc3e8983-1f51-4c80-b2b5-146bf2162dc2"
    ],
    "album": "Full Circle",
    "release_id": null,
    "release_group_id": "e6c09cdc-f128-4c56-a00e-a1a1872947fb",
    "labels": [
        "Beyond the Groove"
    ],
    "label_ids": [
        "6d006831-947d-483b-aed3-b861407abe2d"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=sgtPp-vNLCE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}