Information about plays

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

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

{
    "id": 3633643,
    "uri": "https://api.kexp.org/v2/plays/3633643/?format=api",
    "airdate": "2026-03-25T22:13:22-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "https://coverartarchive.org/release/07244ef2-0a96-4d94-bfe6-f49de0b3ecd5/20407183286-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07244ef2-0a96-4d94-bfe6-f49de0b3ecd5/20407183286-250.jpg",
    "song": "The Beat Of My Drum",
    "track_id": null,
    "recording_id": null,
    "artist": "Babatunde Olatunji",
    "artist_ids": [
        "afe0acea-f6be-418a-b1dd-3ef0e06c3672"
    ],
    "album": "Dance To The Beat Of My Drum",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blue Heron Records"
    ],
    "label_ids": [
        "068a7425-bf1e-446c-9a31-40dc3347d4bb"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features production from Mickey Hart who also worked with Lee Oskar on that last cut, providing \"noises\" and \"sound effects\" to \"San Francisco Bay.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}