Information about plays

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

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

{
    "id": 3614825,
    "uri": "https://api.kexp.org/v2/plays/3614825/?format=api",
    "airdate": "2026-02-08T10:31:50-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c1d421e-4e7c-4d18-b4bf-5c88a58ea7f2/19901419096-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c1d421e-4e7c-4d18-b4bf-5c88a58ea7f2/19901419096-250.jpg",
    "song": "Farther on Down the Road",
    "track_id": null,
    "recording_id": "d9d590bf-ee82-4f84-ab45-06603f24371f",
    "artist": "Taj Mahal",
    "artist_ids": [
        "4f48167c-29b8-4bde-a749-6803ce0a3922"
    ],
    "album": "The Best of Taj Mahal",
    "release_id": null,
    "release_group_id": "8d2a5ea1-2805-38c2-afe2-2f997fd62dc8",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2000-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taj Mahal's cover of his long time collaborator Jesse 'Ed' Davis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}