Information about plays

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

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

{
    "id": 3548944,
    "uri": "https://api.kexp.org/v2/plays/3548944/?format=api",
    "airdate": "2025-09-04T18:58:03-07:00",
    "show": 64474,
    "show_uri": "https://api.kexp.org/v2/shows/64474/?format=api",
    "image_uri": "https://ia601209.us.archive.org/27/items/mbid-dcad19e5-fe96-3be2-a9f2-b7ce395b0dac/mbid-dcad19e5-fe96-3be2-a9f2-b7ce395b0dac-3003380230_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/27/items/mbid-dcad19e5-fe96-3be2-a9f2-b7ce395b0dac/mbid-dcad19e5-fe96-3be2-a9f2-b7ce395b0dac-3003380230_thumb250.jpg",
    "song": "Our House",
    "track_id": "f5538823-cd4b-378e-92f1-6d471f515087",
    "recording_id": "69fac423-419e-4142-9beb-5347e608cea3",
    "artist": "Crosby, Stills, Nash & Young",
    "artist_ids": [
        "46a782ea-4308-476b-abd1-a91b197f3037"
    ],
    "album": "Déjà vu",
    "release_id": "3f1beb86-082a-4e7a-8974-ff6abc20f4b1",
    "release_group_id": "3412fd44-c6e6-3a3b-b91a-964a055192ec",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Deanna in Shoreline! Happy 58th Anniversary to your mom & dad!\n\n\"Good Afternoon Evie! Today is my Mom and Dad's 58th Anniversary and I would love to recognize them with the song by CSNY, Our House, if you can fit it in! I appreciate your consideration! ✨️\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}