Information about plays

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

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

{
    "id": 3626723,
    "uri": "https://api.kexp.org/v2/plays/3626723/?format=api",
    "airdate": "2026-03-08T10:24:56-07:00",
    "show": 66126,
    "show_uri": "https://api.kexp.org/v2/shows/66126/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f98fb05-e1f5-4681-8b62-a4ae2619c5f7/35639692040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f98fb05-e1f5-4681-8b62-a4ae2619c5f7/35639692040-250.jpg",
    "song": "I Remember Carolina",
    "track_id": null,
    "recording_id": "9a6539e9-5fe5-4755-8ed6-4ef6f1c6554b",
    "artist": "Margo Cilker",
    "artist_ids": [
        "91e07743-761b-40f4-b4cb-f3dd72b4c26c"
    ],
    "album": "Valley of Heart’s Delight",
    "release_id": null,
    "release_group_id": "ab5cf0ed-792f-4eac-98df-48d967909fd1",
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [
        "f9d66f9d-0070-4a6f-bbec-c06eb75c88a7"
    ],
    "release_date": "2023-09-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Goldendale, WA artist’s Roadhouse 2023 session youtube.com/watch?v=bhApv-6dxS0\n\nhttps://margocilker.bandcamp.com/album/valley-of-hearts-delight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}