Information about plays

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

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

{
    "id": 3603024,
    "uri": "https://api.kexp.org/v2/plays/3603024/?format=api",
    "airdate": "2026-01-11T10:11:28-08:00",
    "show": 65622,
    "show_uri": "https://api.kexp.org/v2/shows/65622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Her",
    "track_id": null,
    "recording_id": "dce446bb-328b-43ef-8948-57e4fc0bf28d",
    "artist": "Fred Williams",
    "artist_ids": [
        "f828e094-71ad-4f03-8001-bf9a2a3f6fb1"
    ],
    "album": "Williams eccentric Soul",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally released in 1969 on a Wichita, KS label run by Dick Smart.\nhttps://eccentricsoul.bandcamp.com/album/eccentric-soul-smarts-palace",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}