Information about plays

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

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

{
    "id": 3611853,
    "uri": "https://api.kexp.org/v2/plays/3611853/?format=api",
    "airdate": "2026-02-01T10:58:18-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep Blue Sea",
    "track_id": null,
    "recording_id": "769c6f52-f926-43c5-ab8c-12a2bfa71a89",
    "artist": "Art Lown",
    "artist_ids": [
        "3cac4c48-2b94-4ab3-bd50-4e199999a7f9"
    ],
    "album": "Sad About the Times",
    "release_id": null,
    "release_group_id": "f7eb8266-a325-43be-82cf-edfac892f6b6",
    "labels": [
        "Anthology Recordings"
    ],
    "label_ids": [
        "da619c67-1af7-4c79-b1f4-5df7b4bfb870"
    ],
    "release_date": "2019-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Compiled by the Brooklyn based label, this is an album of “North American 70s jammers subtly conveying universal emotions that are hard to describe but easy to feel.”\nhttps://anthologyrecordings.bandcamp.com/album/sad-about-the-times",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}