Information about plays

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

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

{
    "id": 3562941,
    "uri": "https://api.kexp.org/v2/plays/3562941/?format=api",
    "airdate": "2025-10-09T05:02:40-07:00",
    "show": 64785,
    "show_uri": "https://api.kexp.org/v2/shows/64785/?format=api",
    "image_uri": "https://ia800702.us.archive.org/4/items/mbid-5daed56d-b141-347c-81ff-eb93b01034b7/mbid-5daed56d-b141-347c-81ff-eb93b01034b7-9391046585_thumb500.jpg",
    "thumbnail_uri": "https://ia600702.us.archive.org/4/items/mbid-5daed56d-b141-347c-81ff-eb93b01034b7/mbid-5daed56d-b141-347c-81ff-eb93b01034b7-9391046585_thumb250.jpg",
    "song": "Take the Long Way Home",
    "track_id": "76621e3d-f56b-3b2f-a28b-4f164130f567",
    "recording_id": "a1369840-e111-4ea7-9f2c-08e217c4645b",
    "artist": "Supertramp",
    "artist_ids": [
        "d2ff6b6b-fc30-48dc-8952-06f9d8fc64f8"
    ],
    "album": "Breakfast in America",
    "release_id": "5daed56d-b141-347c-81ff-eb93b01034b7",
    "release_group_id": "d584f7e7-55b4-39a1-87e9-af3b86773132",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#252 on KEXP listener's favorite albums of all time!\n\nGOOD MORNING, and welcome to the KEXP Fall Drive! Your generosity keeps us doing what we love doing.. consider donating today!\nhttps://kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}