Information about plays

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

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

{
    "id": 3547395,
    "uri": "https://api.kexp.org/v2/plays/3547395/?format=api",
    "airdate": "2025-09-01T02:29:23-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "https://coverartarchive.org/release/87f8f5a1-2db3-3110-b5e7-1fbeae81392e/38474884593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87f8f5a1-2db3-3110-b5e7-1fbeae81392e/38474884593-250.jpg",
    "song": "Idle While",
    "track_id": null,
    "recording_id": "3efcd98a-2427-43fa-b5cd-ec215ebcbd4a",
    "artist": "Bobby Hutcherson",
    "artist_ids": [
        "edbe5d7f-9511-4dfe-847a-8fe19080caaf"
    ],
    "album": "Dialogue",
    "release_id": null,
    "release_group_id": "b2a7bc76-eafa-3bcc-972d-6228ea6e2109",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joe Chamber's compositions are known for there distinct sense of percussive curiosity, risk taking & boundless mysterious beauty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}