Information about plays

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

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

{
    "id": 3637303,
    "uri": "https://api.kexp.org/v2/plays/3637303/?format=api",
    "airdate": "2026-04-03T14:32:25-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4329756-587b-46db-9153-749fae8a108a/28719285119-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4329756-587b-46db-9153-749fae8a108a/28719285119-250.jpg",
    "song": "Complex",
    "track_id": null,
    "recording_id": "3c262638-8f78-4d30-a540-9b4a8fafdedb",
    "artist": "Tristen",
    "artist_ids": [
        "4a5fa0bd-28b2-4bdc-8eb2-f93ab15375c7"
    ],
    "album": "Aquatic Flowers",
    "release_id": null,
    "release_group_id": "6d97df1b-73e4-4769-ae40-3b1422800ae6",
    "labels": [
        "Mama Bird Recording Co."
    ],
    "label_ids": [
        "3cbb810f-a8aa-40cc-8b6b-51fa6644678c"
    ],
    "release_date": "2021-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of  Nashville, TN, Aquatic Flowers finds Tristen further honing her deft ability to craft “hooky arrangements that tickle the ear and won't leave your brain alone” (NPR)\n\nhttps://tristen.bandcamp.com/album/aquatic-flowers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}