Information about plays

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

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

{
    "id": 3521431,
    "uri": "https://api.kexp.org/v2/plays/3521431/?format=api",
    "airdate": "2025-07-02T00:18:34-07:00",
    "show": 63895,
    "show_uri": "https://api.kexp.org/v2/shows/63895/?format=api",
    "image_uri": "https://coverartarchive.org/release/8d940324-8dfd-45cd-8507-9589d96ee7bf/33479639231-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8d940324-8dfd-45cd-8507-9589d96ee7bf/33479639231-250.jpg",
    "song": "Everyday People",
    "track_id": null,
    "recording_id": "547501ec-7b45-4b72-82ab-843e1c0a8594",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "You and I",
    "release_id": null,
    "release_group_id": "1b55a7a7-d78a-47ae-a8fb-8158a0448e8b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Buckley covers Sly & The Family Stone. https://jeffbuckley.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}