Information about plays

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

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

{
    "id": 3553775,
    "uri": "https://api.kexp.org/v2/plays/3553775/?format=api",
    "airdate": "2025-09-16T12:54:58-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia801305.us.archive.org/17/items/mbid-155adffb-2f56-4c3e-a452-68abc8352e97/mbid-155adffb-2f56-4c3e-a452-68abc8352e97-13024562367_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/17/items/mbid-155adffb-2f56-4c3e-a452-68abc8352e97/mbid-155adffb-2f56-4c3e-a452-68abc8352e97-13024562367_thumb250.jpg",
    "song": "Rain Plans",
    "track_id": "700930ce-c1ef-437a-bfb1-0ae2e8c2ff30",
    "recording_id": "9c496561-2135-4549-8da3-d66710a86f3a",
    "artist": "Israel Nash",
    "artist_ids": [
        "5504a16a-5106-442f-8082-06ef87d3bdfb"
    ],
    "album": "Rain Plans",
    "release_id": "155adffb-2f56-4c3e-a452-68abc8352e97",
    "release_group_id": "7c95f312-d546-4db4-9bf2-3f1ae5df6a4c",
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2014-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was selected as a free, downloadable KEXP Song of the Day: https://www.kexp.org/read/2014/4/9/song-of-the-day-israel-nash-rain-plans/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}