Information about plays

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

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

{
    "id": 3669345,
    "uri": "https://api.kexp.org/v2/plays/3669345/?format=api",
    "airdate": "2026-06-18T03:07:03-07:00",
    "show": 67017,
    "show_uri": "https://api.kexp.org/v2/shows/67017/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b40c7ef-a09e-41f6-a5ae-60495b7fece0/26907059182-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b40c7ef-a09e-41f6-a5ae-60495b7fece0/26907059182-250.jpg",
    "song": "Ride Like the Wind",
    "track_id": null,
    "recording_id": "a8444b23-5dd0-4589-9848-f901a9ddc11e",
    "artist": "Christopher Cross",
    "artist_ids": [
        "883e4ba4-8ccc-47ed-81df-df51e41792a9"
    ],
    "album": "Christopher Cross",
    "release_id": null,
    "release_group_id": "f74eeaf0-6415-378e-a4bf-79ca3937b9e3",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1979-12-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Those soaring background vocals are from Michael McDonald.\n--\nDid you know that Christopher Cross was on acid when he wrote the lyrics. \"We were living in Houston at the time, and on the way down to Austin to record the songs, it was just a beautiful Texas day,\" he said. \"I took acid. So I wrote the words on the way down from Houston to Austin on acid.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}