Information about plays

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

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

{
    "id": 3606368,
    "uri": "https://api.kexp.org/v2/plays/3606368/?format=api",
    "airdate": "2026-01-19T11:55:08-08:00",
    "show": 65699,
    "show_uri": "https://api.kexp.org/v2/shows/65699/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ashley’s Roachclip",
    "track_id": null,
    "recording_id": "2e839c26-5053-4474-852a-20c9d3ff1882",
    "artist": "The Soul Searchers",
    "artist_ids": [
        "006044a1-f04e-40ae-bd9f-c084837a771b"
    ],
    "album": "Salt of the Earth",
    "release_id": null,
    "release_group_id": "713d16a8-e8a5-3cd0-a29f-6d3d953b9c6d",
    "labels": [
        "Sussex"
    ],
    "label_ids": [
        "feb8b4fb-5ac8-447c-b09c-a9329d39d63b"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The D.C.-based Soul Searchers were led by the soon-to-be “Godfather of Go-Go” himself, Chuck Brown.  Learn about this 1974 album here.: https://realgonemusic.com/products/the-soul-searchers-salt-of-the-earth-lp\n--\nOne of the most widely-sampled drum loops ever occurs between 3:30 and 3:50 on this instrumental joint.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}