Information about plays

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

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

{
    "id": 3550858,
    "uri": "https://api.kexp.org/v2/plays/3550858/?format=api",
    "airdate": "2025-09-09T12:33:01-07:00",
    "show": 64517,
    "show_uri": "https://api.kexp.org/v2/shows/64517/?format=api",
    "image_uri": "https://ia800103.us.archive.org/34/items/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d-39795633296_thumb500.jpg",
    "thumbnail_uri": "https://ia600103.us.archive.org/34/items/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d-39795633296_thumb250.jpg",
    "song": "You Are Right",
    "track_id": "ee3144db-5e61-4208-97ee-0bfd7e715114",
    "recording_id": "2b0bcff3-30b3-444a-9abc-ff16c849a4b8",
    "artist": "ORB",
    "artist_ids": [
        "fd168ce8-bc96-4f48-94ed-e357109845e0"
    ],
    "album": "Naturality",
    "release_id": "5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d",
    "release_group_id": "de99a597-6a2b-47cf-906e-40b21d78eaff",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ORB will be LIVE on KEXP at 3:00 p.m. TODAY, Tuesday, September 9th!  That performance is open to the public, so come on down!!\n--\nORB is playing Seattle's Sunset Tavern on Wednesday, September 10th, and the Rickshaw Stop in SF on Sunday, September 14th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}