Information about plays

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

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

{
    "id": 3637073,
    "uri": "https://api.kexp.org/v2/plays/3637073/?format=api",
    "airdate": "2026-04-03T00:47:02-07:00",
    "show": 66349,
    "show_uri": "https://api.kexp.org/v2/shows/66349/?format=api",
    "image_uri": "https://coverartarchive.org/release/609c78c8-ab98-4c6a-8ab5-7cb84f526c06/43015119685-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/609c78c8-ab98-4c6a-8ab5-7cb84f526c06/43015119685-250.jpg",
    "song": "Amelia",
    "track_id": null,
    "recording_id": "4d6853b9-ae58-4836-977b-af4036b103f5",
    "artist": "Sam Willis",
    "artist_ids": [],
    "album": "Speak",
    "release_id": null,
    "release_group_id": "b103eed1-f122-4bb9-9d1f-0830e0c9ee9c",
    "labels": [
        "Chapters Music Ltd"
    ],
    "label_ids": [
        "c5c2e01a-d2ab-4158-ad99-83ea2382420a"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}