Information about plays

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

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

{
    "id": 3558776,
    "uri": "https://api.kexp.org/v2/plays/3558776/?format=api",
    "airdate": "2025-09-28T10:40:23-07:00",
    "show": 64690,
    "show_uri": "https://api.kexp.org/v2/shows/64690/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Man in the Booth",
    "track_id": null,
    "recording_id": null,
    "artist": "Dean Johnson",
    "artist_ids": [
        "072a1c1a-08a1-4bee-8ff2-94d047b50f37"
    ],
    "album": "I Hope We Can Still Be Friends",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Unknown"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Seattle singer takes his album title from the way he talks to his audiences at concerts:  “I hope you’re not afraid to talk to me after the show,” he’ll say.\n\nhttps://deanjohnsongs.bandcamp.com/album/i-hope-we-can-still-be-friends",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}