Information about plays

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

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

{
    "id": 3656470,
    "uri": "https://api.kexp.org/v2/plays/3656470/?format=api",
    "airdate": "2026-05-18T16:39:20-07:00",
    "show": 66753,
    "show_uri": "https://api.kexp.org/v2/shows/66753/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-1b36af73-605d-45bb-b44c-8f9dd1e2e55e/mbid-1b36af73-605d-45bb-b44c-8f9dd1e2e55e-19175642761_thumb500.jpg",
    "thumbnail_uri": "https://dn721503.ca.archive.org/0/items/mbid-1b36af73-605d-45bb-b44c-8f9dd1e2e55e/mbid-1b36af73-605d-45bb-b44c-8f9dd1e2e55e-19175642761_thumb250.jpg",
    "song": "I Can’t Wait",
    "track_id": "a463fadf-6def-30e1-9770-eb56893369f1",
    "recording_id": "5237f013-42f4-402f-aeac-e81624538a12",
    "artist": "Nu Shooz",
    "artist_ids": [
        "5e709ff3-170e-40ff-83ad-ecfb3030ad38"
    ],
    "album": "Poolside",
    "release_id": "1b36af73-605d-45bb-b44c-8f9dd1e2e55e",
    "release_group_id": "afaffa54-902c-3b2d-bbfe-9aac0efb0b6a",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1986-07-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nu Shooz is led by the Portland, Oregon husband-and-wife duo of guitarist John Smith and singer Valerie Day. Here's an interview in which they talk about how \"I Can't Wait\" took off from a local hit to national prominence: https://www.popmatters.com/nu-shooz-2020-interview-2646166389.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}