Information about plays

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

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

{
    "id": 3622829,
    "uri": "https://api.kexp.org/v2/plays/3622829/?format=api",
    "airdate": "2026-02-27T02:37:13-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "https://coverartarchive.org/release/821cfaab-a24e-4274-80d5-4b7eb96734f0/1925883052-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/821cfaab-a24e-4274-80d5-4b7eb96734f0/1925883052-250.jpg",
    "song": "Sumthin’ Wicked This Way Comes",
    "track_id": null,
    "recording_id": "07e1d855-fc11-4a6f-96fc-5c55a522b616",
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "CrazySexyCool",
    "release_id": null,
    "release_group_id": "3d886c06-a4c7-3431-be87-2b2940f07acd",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1994-11-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Rozonda \"Chilli\" Thomas, born on this day in 1971!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}