Information about plays

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

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

{
    "id": 3545182,
    "uri": "https://api.kexp.org/v2/plays/3545182/?format=api",
    "airdate": "2025-08-26T19:08:31-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3e73473-dbb6-46c4-ab06-442fea4edb47/11391118351-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3e73473-dbb6-46c4-ab06-442fea4edb47/11391118351-250.jpg",
    "song": "Kossa Kossa",
    "track_id": null,
    "recording_id": "09bb77a7-1959-4b65-bd5d-eeebc413e244",
    "artist": "The Souljazz Orchestra",
    "artist_ids": [
        "453dab0c-aa5f-4091-bf58-64dead0d06b8"
    ],
    "album": "Resistance",
    "release_id": null,
    "release_group_id": "f2339811-1c78-4886-b8f8-3646ee784241",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Souljazz Orchestra is a Canadian musical group based in Ottawa. Their music is a fusion of soul, jazz, funk, Afrobeat and Latin-American styles. I see that derek also played this in 2021! Go figure lol\n\nhttp://www.souljazzorchestra.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}