Information about plays

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

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

{
    "id": 3626692,
    "uri": "https://api.kexp.org/v2/plays/3626692/?format=api",
    "airdate": "2026-03-08T08:00:21-07:00",
    "show": 66125,
    "show_uri": "https://api.kexp.org/v2/shows/66125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sharing Kindness (Solo Piano Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "Hollie Kenniff",
    "artist_ids": [
        "d418b334-3028-41a3-be7e-adc1adadc13d"
    ],
    "album": "Sharing Kindness (Solo Piano Rework)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SPECIAL CHALLENGE GIFT ~this hour~ \n\nVannessa in Georgia and Dave from Capitol Hill are putting up an additional $7,000 if we hit our hourly goal to wrap up Pacific Notions during the Spring Drive! - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}