Information about plays

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

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

{
    "id": 3638134,
    "uri": "https://api.kexp.org/v2/plays/3638134/?format=api",
    "airdate": "2026-04-05T10:13:23-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://coverartarchive.org/release/3669066f-3ca9-49a2-863a-0024766732ba/17783216311-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3669066f-3ca9-49a2-863a-0024766732ba/17783216311-250.jpg",
    "song": "Long Lonely Road",
    "track_id": null,
    "recording_id": "501fc29d-b9de-4365-bcdd-966b18a93f54",
    "artist": "Valerie June",
    "artist_ids": [
        "b76c1bf7-f33b-460c-bfc3-f140d023fc94"
    ],
    "album": "The Order of Time",
    "release_id": null,
    "release_group_id": "64053866-6dfd-4215-adec-4d4eb3d698ff",
    "labels": [
        "Concord Music Group"
    ],
    "label_ids": [
        "0dd8c586-acc3-46f8-bd97-db1d3ce089fc"
    ],
    "release_date": "2017-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}