Information about plays

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

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

{
    "id": 3547137,
    "uri": "https://api.kexp.org/v2/plays/3547137/?format=api",
    "airdate": "2025-08-31T11:19:20-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Zydeco Sont Pas Salés",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "A Tribute To The King Of Zydeco",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Valcour Records"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From a new album celebrating what would have been Clifton Chenier’s 100th birthday, compiled by his son, C.J. Chenier and co-producer Joel Savoy.\nhttps://www.npr.org/2025/06/29/nx-s1-5425376/a-new-album-celebrates-clifton-chenier-the-king-of-zydeco",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}