Information about plays

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

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

{
    "id": 3618129,
    "uri": "https://api.kexp.org/v2/plays/3618129/?format=api",
    "airdate": "2026-02-16T03:34:57-08:00",
    "show": 65947,
    "show_uri": "https://api.kexp.org/v2/shows/65947/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e820690-2544-4571-bde2-000c83e824d8/36503159470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e820690-2544-4571-bde2-000c83e824d8/36503159470-250.jpg",
    "song": "Back to the Island",
    "track_id": null,
    "recording_id": "8baf4cfc-cba0-493a-b137-059e4b2aa42f",
    "artist": "Leon Russell",
    "artist_ids": [
        "d4cc0ed5-0f76-4188-9e14-2a23ca12188a"
    ],
    "album": "Will o’ the Wisp",
    "release_id": null,
    "release_group_id": "e17b69cf-b1e0-3f9b-99ba-75d42c47538e",
    "labels": [
        "Shelter Records"
    ],
    "label_ids": [
        "e003df8d-84ea-4c87-b9f5-879968b45c0e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}