Information about plays

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

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

{
    "id": 3577579,
    "uri": "https://api.kexp.org/v2/plays/3577579/?format=api",
    "airdate": "2025-11-13T08:11:15-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "https://ia600308.us.archive.org/8/items/mbid-a748a984-1790-48bf-9f92-15d5f8152fe2/mbid-a748a984-1790-48bf-9f92-15d5f8152fe2-5160923265_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/8/items/mbid-a748a984-1790-48bf-9f92-15d5f8152fe2/mbid-a748a984-1790-48bf-9f92-15d5f8152fe2-5160923265_thumb250.jpg",
    "song": "Please Tell My Brother",
    "track_id": "33613da7-5933-3d9d-b7df-7f05358876f2",
    "recording_id": "7ae5555e-92db-4c5f-8347-4a5f774744b1",
    "artist": "Golden Smog",
    "artist_ids": [
        "974b1bfe-dc7a-419a-94f4-f387a193e273"
    ],
    "album": "Weird Tales",
    "release_id": "a748a984-1790-48bf-9f92-15d5f8152fe2",
    "release_group_id": "b917b86e-825d-3ff1-8b7a-3a98a36ff372",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1998-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Listen dear mother, I miss you the most And as I travel from coast to coast I feel your love an' I feel your ghost Listen dear mother, I miss you the most \n\nYou're listening to John Richard's annual Mom Show, here on The Morning Show till 10AM today. https://kexp.org/read/2019/11/12/sound-vision-john-richards-evolution-mom-show/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}