Information about plays

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

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

{
    "id": 3586742,
    "uri": "https://api.kexp.org/v2/plays/3586742/?format=api",
    "airdate": "2025-12-04T13:21:55-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "https://coverartarchive.org/release/dae56e20-d434-4e14-a717-4991de6c06a1/41635860227-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dae56e20-d434-4e14-a717-4991de6c06a1/41635860227-250.jpg",
    "song": "Land of 1000 Dances",
    "track_id": null,
    "recording_id": "60099830-4002-4e97-b1f7-cddefd2f1ae8",
    "artist": "Wilson Pickett",
    "artist_ids": [
        "fc6214b3-6d82-4803-be74-01ece1723e42"
    ],
    "album": "Land of 1000 Dances",
    "release_id": null,
    "release_group_id": "db2b29e4-442d-4a0d-93b1-3598a8cbdd08",
    "labels": [
        "X5 Music Group"
    ],
    "label_ids": [
        "29d4c4a9-3e05-4d57-9cd1-a7af0556bbd0"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Land of 1,000 Dances” is a classic R&B and soul song originally written and recorded by Chris Kenner in 1962. However, it was Wilson Pickett’s 1966 cover version that became the most well-known and enduring rendition of the song.\n--\nOf course, Steve Cropper was one of the producers of this classic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}