Information about plays

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

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

{
    "id": 3610468,
    "uri": "https://api.kexp.org/v2/plays/3610468/?format=api",
    "airdate": "2026-01-29T04:18:42-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4b3ef8c-8069-4a07-b99e-e985c9710514/26519876604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4b3ef8c-8069-4a07-b99e-e985c9710514/26519876604-250.jpg",
    "song": "Patti Duke",
    "track_id": null,
    "recording_id": "8404b140-992e-494d-85d3-36a94ea32d71",
    "artist": "Cloud One",
    "artist_ids": [
        "7ec1d443-ba44-4009-86c3-e182b95f1f7a"
    ],
    "album": "Disco Juice",
    "release_id": null,
    "release_group_id": "d0a7b631-aa0c-4110-892d-c1375dead504",
    "labels": [
        "Counterpoint Records"
    ],
    "label_ids": [
        "a80454af-e16c-494c-8df0-f3071bd11895"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cloud One originally released the 2-part \"Patti Duke\" in 1979, but you can find the track on the 2000 compilation album Disco Juice.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}