Information about plays

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

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

{
    "id": 3617152,
    "uri": "https://api.kexp.org/v2/plays/3617152/?format=api",
    "airdate": "2026-02-13T23:16:40-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "https://coverartarchive.org/release/633b3787-73be-43eb-88b6-fd1bad5f047c/28646284498-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/633b3787-73be-43eb-88b6-fd1bad5f047c/28646284498-250.jpg",
    "song": "Who Knows?",
    "track_id": null,
    "recording_id": "75fe7ab1-ee17-48c8-a2f6-739e4f1eb219",
    "artist": "The Shinin’ feat. Samson S. and Vitamin D",
    "artist_ids": [
        "97f6e102-1232-4764-a84a-771e33c3d607",
        "8553c82e-7e1b-4b93-a72a-5c833c636d98",
        "f5e2fed4-8bc5-4dca-b6ff-5648f8a78d46"
    ],
    "album": "Director’s Cut EP",
    "release_id": null,
    "release_group_id": "3495d50a-f355-34e4-a7dc-09a6f585b393",
    "labels": [
        "Drunk Decibel Records",
        "K"
    ],
    "label_ids": [
        "34e9472b-9e70-4814-bb0b-4f89af18cd79",
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}