Information about plays

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

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

{
    "id": 3548525,
    "uri": "https://api.kexp.org/v2/plays/3548525/?format=api",
    "airdate": "2025-09-03T17:35:05-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia801401.us.archive.org/13/items/mbid-205952c4-e54f-35a5-a299-5d16e600b23f/mbid-205952c4-e54f-35a5-a299-5d16e600b23f-10919499939_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/13/items/mbid-205952c4-e54f-35a5-a299-5d16e600b23f/mbid-205952c4-e54f-35a5-a299-5d16e600b23f-10919499939_thumb250.jpg",
    "song": "Road to Nowhere",
    "track_id": "1fa39bb6-0bfc-3138-bfe7-947e7041d214",
    "recording_id": "345b6c01-f0f7-4f91-ad2f-7a272d25d2d9",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Little Creatures",
    "release_id": "205952c4-e54f-35a5-a299-5d16e600b23f",
    "release_group_id": "8d8aadcd-fcd6-3e0f-b17e-3ec2d88e65d3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks to Derek in Woodinville for this road trip recommendation for Darrell in Arkansas!\n--\nFrom the album \"Little Creatures\" released on this day in 1985.\n\"Road to Nowhere\" is about facing a dire future with optimism. \"I wanted to write a song that presented a resigned, even joyful look at doom,\" Talking Heads singer David Byrne recalled in the liner notes of Once in a Lifetime: The Best of Talking Heads. https://www.songfacts.com/facts/talking-heads/road-to-nowhere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}