Information about plays

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

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

{
    "id": 3629533,
    "uri": "https://api.kexp.org/v2/plays/3629533/?format=api",
    "airdate": "2026-03-16T00:24:02-07:00",
    "show": 66193,
    "show_uri": "https://api.kexp.org/v2/shows/66193/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef37488a-bb6f-4415-9c0b-6775f34782db/30175814489-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef37488a-bb6f-4415-9c0b-6775f34782db/30175814489-250.jpg",
    "song": "Promises",
    "track_id": null,
    "recording_id": "20cfe0b8-05bd-40e9-9de2-b7428d072fd5",
    "artist": "Cleo Sol",
    "artist_ids": [
        "37e87694-b263-4ff4-839f-463f78cfef54"
    ],
    "album": "Mother",
    "release_id": null,
    "release_group_id": "951451ec-f5bf-4c2c-8bf4-f6bd7f1dc9ed",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2021-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}