Information about plays

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

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

{
    "id": 3633151,
    "uri": "https://api.kexp.org/v2/plays/3633151/?format=api",
    "airdate": "2026-03-24T15:00:26-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "https://ia800807.us.archive.org/12/items/mbid-c804bb07-986b-41a4-a38f-60724570882a/mbid-c804bb07-986b-41a4-a38f-60724570882a-21765065150_thumb500.jpg",
    "thumbnail_uri": "https://dn711403.ca.archive.org/0/items/mbid-c804bb07-986b-41a4-a38f-60724570882a/mbid-c804bb07-986b-41a4-a38f-60724570882a-21765065150_thumb250.jpg",
    "song": "Turn Your Lights Down Low",
    "track_id": "858c9c80-c188-4e47-b1f5-204254fc7092",
    "recording_id": "c66b450f-e21a-4526-ac17-0811970f3043",
    "artist": "Jim James",
    "artist_ids": [
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Sweetheart 2014",
    "release_id": "c804bb07-986b-41a4-a38f-60724570882a",
    "release_group_id": "47ece0cb-011c-4c6a-95f9-6f0cca778858",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the Bob Marley track by the My Morning Jacket frontman. It was released by Starbucks under the Hear Music label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}