Information about plays

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

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

{
    "id": 3623150,
    "uri": "https://api.kexp.org/v2/plays/3623150/?format=api",
    "airdate": "2026-02-27T19:24:37-08:00",
    "show": 66046,
    "show_uri": "https://api.kexp.org/v2/shows/66046/?format=api",
    "image_uri": "https://coverartarchive.org/release/26f3480a-4193-47a1-9237-3077ff5f8fd6/37731998774-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26f3480a-4193-47a1-9237-3077ff5f8fd6/37731998774-250.jpg",
    "song": "To Last",
    "track_id": null,
    "recording_id": "3fdab001-4cfe-4b2e-84c2-c99eaf83eda2",
    "artist": "Tyla",
    "artist_ids": [
        "45425c84-9092-4e2c-b732-e1d0280b580a"
    ],
    "album": "To Last",
    "release_id": null,
    "release_group_id": "4c8d6d02-9862-4202-a9aa-8abee822e676",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wanted to show this side of Tyla not only the commercial side!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}