Information about plays

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

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

{
    "id": 3620206,
    "uri": "https://api.kexp.org/v2/plays/3620206/?format=api",
    "airdate": "2026-02-21T06:01:33-08:00",
    "show": 65990,
    "show_uri": "https://api.kexp.org/v2/shows/65990/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hungry Soul",
    "track_id": "623f99ca-8a93-4ab6-ae95-92818833d294",
    "recording_id": "17f7de29-abac-426d-85f8-7af56b09a03a",
    "artist": "Kennebec feat. Alea Lorén & Co",
    "artist_ids": [
        "f05ba642-99ab-4aed-9250-83578eb2d859",
        "e653d242-3202-4a4d-b975-0476b253d581"
    ],
    "album": "The Water Wheel",
    "release_id": "568fac5e-6c79-4edd-b657-87cac045f08c",
    "release_group_id": "8d5f2491-f63f-46e0-92a4-cf8e30627c95",
    "labels": [
        "Rainwatch"
    ],
    "label_ids": [
        "8ad782a7-8ca4-4313-acf7-ed61cfe18a78"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}