Information about plays

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

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

{
    "id": 3553838,
    "uri": "https://api.kexp.org/v2/plays/3553838/?format=api",
    "airdate": "2025-09-16T16:44:39-07:00",
    "show": 64580,
    "show_uri": "https://api.kexp.org/v2/shows/64580/?format=api",
    "image_uri": "https://ia801502.us.archive.org/7/items/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f-16286233347_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/7/items/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f/mbid-f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f-16286233347_thumb250.jpg",
    "song": "Crybaby",
    "track_id": "78bb07b0-c4fc-4ae6-85a0-557fdcd9e41c",
    "recording_id": "b19f87ac-821d-4b14-9ef7-4099c1b1a9f8",
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "City Music",
    "release_id": "f5f0f26f-dcf0-4bd4-a88f-f6e4159ec13f",
    "release_group_id": "ce2c280d-0477-4901-ae43-86d0df621d10",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby is touring with Lord Huron this fall. You catch him:\n- 10/15 at the Greek Theater in Berkeley\n- 10/17 at Moda Center in Portland\n- 10/18 at Climate Pledge Arena in Seattle\n-10/19 at the Spokane Pavilion in Spokane\n\nhttps://www.kevinmorby.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}