Information about plays

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

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

{
    "id": 3628276,
    "uri": "https://api.kexp.org/v2/plays/3628276/?format=api",
    "airdate": "2026-03-13T02:14:40-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b10f9ed-7e9e-442b-832f-11ae39164199/36864932600-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b10f9ed-7e9e-442b-832f-11ae39164199/36864932600-250.jpg",
    "song": "Smelting",
    "track_id": null,
    "recording_id": null,
    "artist": "Buckethead",
    "artist_ids": [
        "b5179744-f217-4455-9d8b-17b8d4fdeb93"
    ],
    "album": "10 31",
    "release_id": null,
    "release_group_id": "461d6184-0b1a-413f-9107-b8d9c3f79a4c",
    "labels": [
        "Buckethead Records"
    ],
    "label_ids": [
        "b1a9d4db-144a-4bf5-98e5-b2a3a8aec572"
    ],
    "release_date": "2018-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}