Information about plays

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

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

{
    "id": 3624136,
    "uri": "https://api.kexp.org/v2/plays/3624136/?format=api",
    "airdate": "2026-03-01T20:55:00-08:00",
    "show": 66065,
    "show_uri": "https://api.kexp.org/v2/shows/66065/?format=api",
    "image_uri": "https://coverartarchive.org/release/7a081b5a-30f4-43fe-872d-17c0e38d2d8a/15650169512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7a081b5a-30f4-43fe-872d-17c0e38d2d8a/15650169512-250.jpg",
    "song": "Good Livin’ (Good Lovin’)",
    "track_id": null,
    "recording_id": "2f9320e0-a90a-406c-85cd-09c1911fc232",
    "artist": "Bernard \"Pretty\" Purdie",
    "artist_ids": [],
    "album": "Soul Is… Pretty Purdie",
    "release_id": null,
    "release_group_id": "e3b13676-ad3a-363b-a5db-5b5888304eef",
    "labels": [
        "Flying Dutchman"
    ],
    "label_ids": [
        "39960a95-f48d-4875-9d21-e017685f22e8"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bernard \"Pretty\" Purdie released \"Good Livin’ (Good Lovin’)\" in 1972 on the album Soul Is… Pretty Purdie with Flying Dutchman  Records.\n\nBernard Lee \"Pretty\" Purdie is a drummer and an influential R&B, soul, funk and jazz musician. He is known for his precise time-keeping and his signature use of triplets against a half-time backbeat: the Purdie shuffle. He was inducted into the Modern Drummer Hall of Fame in 2013.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}