Information about plays

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

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

{
    "id": 3544555,
    "uri": "https://api.kexp.org/v2/plays/3544555/?format=api",
    "airdate": "2025-08-25T07:54:40-07:00",
    "show": 64384,
    "show_uri": "https://api.kexp.org/v2/shows/64384/?format=api",
    "image_uri": "https://dn721200.ca.archive.org/0/items/mbid-99aa002a-51fa-4075-866a-68c366cf532a/mbid-99aa002a-51fa-4075-866a-68c366cf532a-42046369928_thumb500.jpg",
    "thumbnail_uri": "https://dn721200.ca.archive.org/0/items/mbid-99aa002a-51fa-4075-866a-68c366cf532a/mbid-99aa002a-51fa-4075-866a-68c366cf532a-42046369928_thumb250.jpg",
    "song": "Are You With Me Now?",
    "track_id": "859ad7a9-cacf-4c0b-bd5a-17c386eda079",
    "recording_id": "0a446135-fd84-4f62-b032-48dc25497bfd",
    "artist": "Cate Le Bon",
    "artist_ids": [
        "f2393e49-b791-46da-a6d7-1e9e60743405"
    ],
    "album": "Mug Museum",
    "release_id": "4d108d3b-72a4-4b0d-ad7f-379be85533b3",
    "release_group_id": "efe9d443-ae30-4a71-ab49-18d67ac07d07",
    "labels": [
        "Wichita"
    ],
    "label_ids": [
        "1c7066e4-c0ca-42c9-b1ae-d29a39855c0a"
    ],
    "release_date": "2013-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cate Le Bon will be here in 2026 (!).  She's performing at:\n--Settle's Neptune Theatre on Tuesday, January 27th\n--SF's Fillmore on Friday, January 30th \n --\nThe Welsh musician’s follow-up to 2022’s \"Pompeii,\" is called  \"Michelangelo Dying\" and is out September 26th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}