Information about plays

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

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

{
    "id": 3625790,
    "uri": "https://api.kexp.org/v2/plays/3625790/?format=api",
    "airdate": "2026-03-05T23:58:36-08:00",
    "show": 66102,
    "show_uri": "https://api.kexp.org/v2/shows/66102/?format=api",
    "image_uri": "https://coverartarchive.org/release/be24353a-23ee-4be8-92f9-1d66e0d18326/32360605019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be24353a-23ee-4be8-92f9-1d66e0d18326/32360605019-250.jpg",
    "song": "Zora’s Moon",
    "track_id": null,
    "recording_id": "f3c5191f-2416-4348-a78d-df5962e148e7",
    "artist": "Candice Hoyes feat. Joel Ross",
    "artist_ids": [
        "07019158-80f8-47fb-8cbf-162bb0e7f141",
        "6d09039b-3e1f-49ef-b8e3-b8b7267a8578"
    ],
    "album": "Zora’s Moon",
    "release_id": null,
    "release_group_id": "05c78184-6821-40ff-9f4b-6eedfe744354",
    "labels": [
        "Like the Singer"
    ],
    "label_ids": [
        "8a65d4ad-7574-4f18-b09a-2e2d218d4202"
    ],
    "release_date": "2020-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}