Information about plays

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

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

{
    "id": 3545844,
    "uri": "https://api.kexp.org/v2/plays/3545844/?format=api",
    "airdate": "2025-08-28T10:39:38-07:00",
    "show": 64409,
    "show_uri": "https://api.kexp.org/v2/shows/64409/?format=api",
    "image_uri": "https://ia801405.us.archive.org/3/items/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a-32820607564_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a/mbid-d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a-32820607564_thumb250.jpg",
    "song": "Orange Blood",
    "track_id": "51e05232-7342-414b-b385-2efd75c9098a",
    "recording_id": "6e0a4c69-f85c-47a1-8cc9-7c2bb2de6704",
    "artist": "Mt. Joy",
    "artist_ids": [
        "5bbf0f10-4355-42cb-9d08-6b777a8a300d"
    ],
    "album": "Orange Blood",
    "release_id": "d4ed0ef7-b1c9-4da8-aa7d-bbf0cc77b56a",
    "release_group_id": "a3dd75ce-fe45-41da-9147-91dc012f077a",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2022-06-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mt. Joy is currently on tour! Check for their show dates here: \n\nhttps://www.mtjoyband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}