Information about plays

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

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

{
    "id": 3540657,
    "uri": "https://api.kexp.org/v2/plays/3540657/?format=api",
    "airdate": "2025-08-16T06:00:00-07:00",
    "show": 64301,
    "show_uri": "https://api.kexp.org/v2/shows/64301/?format=api",
    "image_uri": "https://coverartarchive.org/release/dacb719b-27f9-414f-a614-71bf36567bb3/9198327198-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dacb719b-27f9-414f-a614-71bf36567bb3/9198327198-250.jpg",
    "song": "China Cat Sunflower",
    "track_id": null,
    "recording_id": "796160cf-6a7d-4d8e-a292-40c42e69673d",
    "artist": "Grateful Dead",
    "artist_ids": [
        "6faa7ca7-0d99-4a5e-bfa6-1fd5037520c6"
    ],
    "album": "Aoxomoxoa",
    "release_id": null,
    "release_group_id": "504b1280-f13d-3e59-85f7-c49ff43d7de5",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1969-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}