Information about plays

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

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

{
    "id": 3630946,
    "uri": "https://api.kexp.org/v2/plays/3630946/?format=api",
    "airdate": "2026-03-19T07:03:47-07:00",
    "show": 66221,
    "show_uri": "https://api.kexp.org/v2/shows/66221/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f5fecdc-7d6e-4f5e-8e67-8bba17d350fe/32866929864-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f5fecdc-7d6e-4f5e-8e67-8bba17d350fe/32866929864-250.jpg",
    "song": "When the Swallows Come Back to Capistrano",
    "track_id": null,
    "recording_id": "d7d0ed4a-68eb-4c2e-b39a-4c0209a35514",
    "artist": "The Ink Spots",
    "artist_ids": [
        "75f47650-8a52-494a-8334-c5279bc6db09"
    ],
    "album": "Coquette / When the Swallows Come Back to Capistrano",
    "release_id": null,
    "release_group_id": "808cb807-fb0e-4c70-8359-6b28074c1e8c",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1940-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leon René wrote this song as a tribute to the annual March 19 return of the cliff swallows to Mission San Juan Capistrano in Southern California--same day as DJ John Richard's birthday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}