Information about plays

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

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

{
    "id": 3579485,
    "uri": "https://api.kexp.org/v2/plays/3579485/?format=api",
    "airdate": "2025-11-17T17:49:02-08:00",
    "show": 65139,
    "show_uri": "https://api.kexp.org/v2/shows/65139/?format=api",
    "image_uri": "https://coverartarchive.org/release/6fbcbd5c-f9d9-466f-a00c-daaa5c7f87dc/33509600162-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6fbcbd5c-f9d9-466f-a00c-daaa5c7f87dc/33509600162-250.jpg",
    "song": "Sad Piano House",
    "track_id": null,
    "recording_id": null,
    "artist": "Daphni",
    "artist_ids": [
        "859216c4-5d01-479b-b6c3-e20cc591a86a"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "jailong"
    ],
    "label_ids": [],
    "release_date": "2025-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "the sequel to cloudy https://caribouband.bandcamp.com/album/sad-piano-house",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}