Information about plays

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

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

{
    "id": 3638059,
    "uri": "https://api.kexp.org/v2/plays/3638059/?format=api",
    "airdate": "2026-04-05T04:53:02-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://coverartarchive.org/release/fae9d55a-863d-4cac-8657-503ca9c9e98c/44755496826-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fae9d55a-863d-4cac-8657-503ca9c9e98c/44755496826-250.jpg",
    "song": "To Be So Cool",
    "track_id": null,
    "recording_id": "48848671-54c3-4509-9887-3660931ff84a",
    "artist": "The Pretty Flowers",
    "artist_ids": [
        "28f4c727-a985-4aea-8c08-28cf18213f14"
    ],
    "album": "Never Felt Bitter",
    "release_id": null,
    "release_group_id": "bb5ee2d3-394e-4b72-bff6-8dc7b2c6d96f",
    "labels": [
        "Forge Again Records"
    ],
    "label_ids": [
        "28f2feb6-098a-4e64-a14f-e2fdc3444699"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}