Information about plays

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

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

{
    "id": 3545531,
    "uri": "https://api.kexp.org/v2/plays/3545531/?format=api",
    "airdate": "2025-08-27T15:20:51-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c29cca8-2ea5-439e-a087-a9333633f7e3/36471901228-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c29cca8-2ea5-439e-a087-a9333633f7e3/36471901228-250.jpg",
    "song": "Message From the Stars",
    "track_id": null,
    "recording_id": "9941bf09-376c-4e3d-abd7-c9ce4fc896b7",
    "artist": "RAH Band",
    "artist_ids": [
        "138f1987-bbb8-48b9-8d77-bf02576b0905"
    ],
    "album": "Past, Present & Future",
    "release_id": null,
    "release_group_id": "201bc6ff-959e-41c4-a84c-f92c11403fbb",
    "labels": [
        "BMG UK & Ireland"
    ],
    "label_ids": [
        "710b20fe-818a-46c9-b985-90ed2d48f6ad"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi this is Hiren (pronounced Hear-in). My fiancée Emily and I are recent amplifiers and are huge fan of the shows. We bought a radio in the house and now we mostly dance around the house with KEXP on instead of watching tv. We love all the shows and hosts. Here's our favorite song:  Messages from the stars by The Rah Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}