Information about plays

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

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

{
    "id": 3641889,
    "uri": "https://api.kexp.org/v2/plays/3641889/?format=api",
    "airdate": "2026-04-14T07:32:54-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://coverartarchive.org/release/de3273d0-4906-4760-b8e2-51a7ffde946b/31594389382-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de3273d0-4906-4760-b8e2-51a7ffde946b/31594389382-250.jpg",
    "song": "Tunnel of Love",
    "track_id": null,
    "recording_id": "b1dddcd9-1052-4bd1-a9f2-ba13d4bcd0cd",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Tunnel of Love",
    "release_id": null,
    "release_group_id": "b3559cb2-d7ad-32eb-a17e-54a873ce4122",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1987-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stone's 1987 review of this one: \"So Bruce Springsteen met a girl, fell in love, got married and made an album of songs about meeting a girl, falling in love and getting married. And if you think it’s that cut and dried, you don’t know Springsteen.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}