Information about plays

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

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

{
    "id": 3549304,
    "uri": "https://api.kexp.org/v2/plays/3549304/?format=api",
    "airdate": "2025-09-05T17:16:46-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://ia801904.us.archive.org/28/items/mbid-98dea129-8ca7-45fc-968f-143e4e7a8dbe/mbid-98dea129-8ca7-45fc-968f-143e4e7a8dbe-26936909554_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/28/items/mbid-98dea129-8ca7-45fc-968f-143e4e7a8dbe/mbid-98dea129-8ca7-45fc-968f-143e4e7a8dbe-26936909554_thumb250.jpg",
    "song": "Lightning Bolts",
    "track_id": "69e5554c-b99c-4aff-9d40-6a5016984952",
    "recording_id": "e3170777-8f4e-4602-917d-1304e981be81",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "Impossible Weight",
    "release_id": "98dea129-8ca7-45fc-968f-143e4e7a8dbe",
    "release_group_id": "93fcb691-244c-4591-ab42-d437ff896a5e",
    "labels": [
        "High Beam Records"
    ],
    "label_ids": [
        "c5c12950-9160-4ba4-ba7b-1b762359192f"
    ],
    "release_date": "2020-10-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Touring the world!\nhttps://www.thisisdeepseadiver.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}