Information about plays

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

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

{
    "id": 3620245,
    "uri": "https://api.kexp.org/v2/plays/3620245/?format=api",
    "airdate": "2026-02-21T08:09:40-08:00",
    "show": 65991,
    "show_uri": "https://api.kexp.org/v2/shows/65991/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Each Year I Travel Through",
    "track_id": null,
    "recording_id": null,
    "artist": "Tanaya Winder",
    "artist_ids": [
        "f7fe9407-46a8-4388-b742-e9bd43c5663e"
    ],
    "album": "For Women and Girls on Fire",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Southern Ute, Pyramid Lake Paiute, Diné and Duckwater Shoshone Nations\t\n\nTanaya Winder is an author, singer / songwriter, poet, motivational speaker, artist educator, and coach who comes from an intertribal lineage of Southern Ute, Pyramid Lake Paiute, Diné and Duckwater Shoshone Nations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}