Information about plays

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

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

{
    "id": 3626719,
    "uri": "https://api.kexp.org/v2/plays/3626719/?format=api",
    "airdate": "2026-03-08T10:05:41-07:00",
    "show": 66126,
    "show_uri": "https://api.kexp.org/v2/shows/66126/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Mornin’",
    "track_id": null,
    "recording_id": "c3e6b490-94d8-472a-8a6c-16dcee6b1198",
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "Take a Picture",
    "release_id": null,
    "release_group_id": "f21974de-f99d-3822-92e4-25c84362d87a",
    "labels": [
        "Bell"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Made more famous when it was covered by Spanky and our Gang, Guryan wrote this for her only album but refused to tour due to having “seen too much” and not wanting to become owned by all the business people involved in the music industry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}