Information about plays

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

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

{
    "id": 3622389,
    "uri": "https://api.kexp.org/v2/plays/3622389/?format=api",
    "airdate": "2026-02-26T02:51:54-08:00",
    "show": 66032,
    "show_uri": "https://api.kexp.org/v2/shows/66032/?format=api",
    "image_uri": "https://coverartarchive.org/release/d41f3253-497c-4f13-88fa-274cb5142733/9378914272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d41f3253-497c-4f13-88fa-274cb5142733/9378914272-250.jpg",
    "song": "Swim Free",
    "track_id": null,
    "recording_id": "a6af9953-ed75-4b8c-b022-36c4e6ace035",
    "artist": "Dawn Richard",
    "artist_ids": [
        "1a10b34d-293a-42f6-856c-fb44d19210f6"
    ],
    "album": "Blackheart",
    "release_id": null,
    "release_group_id": "c62f654b-2f6f-4d75-923b-1a8c256f9101",
    "labels": [
        "Our Dawn Entertainment"
    ],
    "label_ids": [
        "6763b021-22e5-4f54-831e-890effdf4697"
    ],
    "release_date": "2015-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}