Information about plays

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

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

{
    "id": 3544877,
    "uri": "https://api.kexp.org/v2/plays/3544877/?format=api",
    "airdate": "2025-08-26T02:09:27-07:00",
    "show": 64390,
    "show_uri": "https://api.kexp.org/v2/shows/64390/?format=api",
    "image_uri": "https://coverartarchive.org/release/96a359ac-6bb0-4f15-a2d6-9657bbc7b9b6/7420819394-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96a359ac-6bb0-4f15-a2d6-9657bbc7b9b6/7420819394-250.jpg",
    "song": "My God Is the Sun",
    "track_id": null,
    "recording_id": "20945610-1f22-4a41-832f-f23d9280a047",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "…Like Clockwork",
    "release_id": null,
    "release_group_id": "c92f73ee-527f-42ed-a556-fd615941e214",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THE SUN IS BACK OUT IN FULL FORCE YALL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}