Information about plays

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

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

{
    "id": 3580907,
    "uri": "https://api.kexp.org/v2/plays/3580907/?format=api",
    "airdate": "2025-11-21T04:51:02-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://coverartarchive.org/release/9eec56e8-c61e-4d9f-87ef-ebc2620446c9/20211957619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9eec56e8-c61e-4d9f-87ef-ebc2620446c9/20211957619-250.jpg",
    "song": "Shamboozie",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob James",
    "artist_ids": [
        "f4d2fc5a-cacb-47c8-b096-ee73864b1aa8"
    ],
    "album": "Hands Down",
    "release_id": null,
    "release_group_id": "2e89c233-a8eb-3b0b-8daa-914e5e06d371",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}