Information about plays

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

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

{
    "id": 3542789,
    "uri": "https://api.kexp.org/v2/plays/3542789/?format=api",
    "airdate": "2025-08-21T06:45:34-07:00",
    "show": 64345,
    "show_uri": "https://api.kexp.org/v2/shows/64345/?format=api",
    "image_uri": "https://ia800205.us.archive.org/8/items/mbid-08e7e757-45c3-4730-9286-22a251d5496c/mbid-08e7e757-45c3-4730-9286-22a251d5496c-40854393196_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/8/items/mbid-08e7e757-45c3-4730-9286-22a251d5496c/mbid-08e7e757-45c3-4730-9286-22a251d5496c-40854393196_thumb250.jpg",
    "song": "I Never",
    "track_id": "6d967a45-0a1d-3b10-91c3-729da4f5771a",
    "recording_id": "58828cd4-c737-4ebf-8204-612d3112e71c",
    "artist": "Rilo Kiley",
    "artist_ids": [
        "eaf6a7ca-105d-4a94-ba02-8c3e4040319a"
    ],
    "album": "More Adventurous",
    "release_id": "bb7337b7-33a9-3534-b3b9-2a8f23a02335",
    "release_group_id": "2fb02dc3-f37f-373c-a682-dacc7f20237b",
    "labels": [
        "Brute/Beaute Records"
    ],
    "label_ids": [
        "3438d928-fe15-487d-9579-52828bed3ad2"
    ],
    "release_date": "2005-01-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Luz. \n\n\"My husband Lang is the most beautiful person I’ve ever known. After having had cancer surgery at the beginning of COVID, it returned last year. He completed treatment in January. I’ve never been so scared in my life, at the thought of losing him. I want him to know how much he means to me.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}