Information about plays

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

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

{
    "id": 3541183,
    "uri": "https://api.kexp.org/v2/plays/3541183/?format=api",
    "airdate": "2025-08-17T10:54:21-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/efca9cde-04a4-4f1a-bf90-ae6d347b392b/27676472929-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/efca9cde-04a4-4f1a-bf90-ae6d347b392b/27676472929-250.jpg",
    "song": "The Year That Clayton Delaney Died",
    "track_id": null,
    "recording_id": "a950ed56-aee7-4114-916d-b9022009ee9c",
    "artist": "Tom T. Hall",
    "artist_ids": [
        "8d8e3514-06fc-4801-bd4b-8c6ccae223b3"
    ],
    "album": "In Search of a Song",
    "release_id": null,
    "release_group_id": "75f0073f-0b87-3651-995a-03e219686f3c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based on Hall's childhood neighbor and boyhood hero, Lonnie Easterly, Hall considers this his best album, the result of his \"song-hunting\" trips to his home state, Kentucky.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}