Information about plays

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

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

{
    "id": 3641415,
    "uri": "https://api.kexp.org/v2/plays/3641415/?format=api",
    "airdate": "2026-04-13T03:34:08-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://coverartarchive.org/release/cf9de0ed-2542-44e6-9230-0320f3419fa9/25729925032-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cf9de0ed-2542-44e6-9230-0320f3419fa9/25729925032-250.jpg",
    "song": "Each Time You Pray",
    "track_id": null,
    "recording_id": "4295dbb4-6e49-490b-aded-2a4db6acb163",
    "artist": "Ned Doheny",
    "artist_ids": [
        "dba5b25b-94fd-47c0-958f-ad279cfdccf6"
    ],
    "album": "Separate Oceans",
    "release_id": null,
    "release_group_id": "2e8b671d-25a4-4be5-861c-aef90a0f2d5e",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2014-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}