Information about plays

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

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

{
    "id": 3548631,
    "uri": "https://api.kexp.org/v2/plays/3548631/?format=api",
    "airdate": "2025-09-04T00:28:50-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Is The Reason For It?",
    "track_id": null,
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Who is The Sky?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring Ghost Train Orchestra & Hayley Williams\n\nhttps://davidbyrne.bandcamp.com/album/who-is-the-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}