Information about plays

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

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

{
    "id": 3543740,
    "uri": "https://api.kexp.org/v2/plays/3543740/?format=api",
    "airdate": "2025-08-23T13:11:50-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia801904.us.archive.org/17/items/mbid-98e6bb5e-cbe4-4129-a05b-d71f932a5030/mbid-98e6bb5e-cbe4-4129-a05b-d71f932a5030-4302780196_thumb500.jpg",
    "thumbnail_uri": "https://ia601904.us.archive.org/17/items/mbid-98e6bb5e-cbe4-4129-a05b-d71f932a5030/mbid-98e6bb5e-cbe4-4129-a05b-d71f932a5030-4302780196_thumb250.jpg",
    "song": "I Sat by the Ocean",
    "track_id": "db550aa2-a1b7-49a6-9996-46c70f44ec11",
    "recording_id": "678e49b8-3e6c-4a7e-8c66-7b38533dfc94",
    "artist": "Queens of the Stone Age",
    "artist_ids": [
        "7dc8f5bd-9d0b-4087-9f73-dc164950bbd8"
    ],
    "album": "…Like Clockwork",
    "release_id": "98e6bb5e-cbe4-4129-a05b-d71f932a5030",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}