Information about plays

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

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

{
    "id": 3547951,
    "uri": "https://api.kexp.org/v2/plays/3547951/?format=api",
    "airdate": "2025-09-02T10:32:21-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia800405.us.archive.org/8/items/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003-17058746202_thumb500.jpg",
    "thumbnail_uri": "https://ia600405.us.archive.org/8/items/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003-17058746202_thumb250.jpg",
    "song": "Lannoy Point",
    "track_id": "d3a2123c-b3ee-4a5a-aa01-6c61aa7382c0",
    "recording_id": "6e0ea3ea-f01c-4ee3-8fd6-5c5dbdcec032",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Weather Diaries",
    "release_id": "ee8bd99e-08f3-46e0-bf19-8b1e2cba0003",
    "release_group_id": "8589d191-7d6f-450f-a380-ae9a4a18a8b8",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 2017 song was inspired by Britain's Brexit experience. It came out on Ride's first album in 20 years, \"Weather Diaries.\" \n--\nSteve Queralt said, “'Lannoy Point’ is the result of going synth shopping in the States. I found an old Poly 61 exactly the same the as one I had when I was very young and the backing track is sound of my bank account emptying as I shipped it back to London.”\n--\nHere's Ride performing this song live on KEXP in 2017: https://www.youtube.com/watch?v=xYaMvGRrskU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}