Information about plays

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

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

{
    "id": 3606772,
    "uri": "https://api.kexp.org/v2/plays/3606772/?format=api",
    "airdate": "2026-01-20T11:12:28-08:00",
    "show": 65707,
    "show_uri": "https://api.kexp.org/v2/shows/65707/?format=api",
    "image_uri": "https://ia600405.us.archive.org/8/items/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003-17058746202_thumb500.jpg",
    "thumbnail_uri": "https://ia600405.us.archive.org/8/items/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003/mbid-ee8bd99e-08f3-46e0-bf19-8b1e2cba0003-17058746202_thumb250.jpg",
    "song": "Lannoy Point",
    "track_id": "d3a2123c-b3ee-4a5a-aa01-6c61aa7382c0",
    "recording_id": "6e0ea3ea-f01c-4ee3-8fd6-5c5dbdcec032",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Weather Diaries",
    "release_id": "ee8bd99e-08f3-46e0-bf19-8b1e2cba0003",
    "release_group_id": "8589d191-7d6f-450f-a380-ae9a4a18a8b8",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl was the host when Ride began a 2017 KEXP in-studio performance with \"Lannoy Point\": https://www.youtube.com/watch?v=2lncloqtuT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}