Information about plays

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

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

{
    "id": 3544645,
    "uri": "https://api.kexp.org/v2/plays/3544645/?format=api",
    "airdate": "2025-08-25T13:10:38-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://ia601007.us.archive.org/29/items/mbid-626f7970-904a-4024-921c-358acaf3023b/mbid-626f7970-904a-4024-921c-358acaf3023b-7123797177_thumb500.jpg",
    "thumbnail_uri": "https://ia801007.us.archive.org/29/items/mbid-626f7970-904a-4024-921c-358acaf3023b/mbid-626f7970-904a-4024-921c-358acaf3023b-7123797177_thumb250.jpg",
    "song": "Tyrant (live)",
    "track_id": "8c960b59-3666-307b-b02c-20875dce151d",
    "recording_id": "847d74d2-0d04-4908-8003-e8e86464a921",
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "The Best of Judas Priest: Living After Midnight",
    "release_id": "626f7970-904a-4024-921c-358acaf3023b",
    "release_group_id": "404e2bbc-4764-3a5f-a9c9-33381a338520",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HBD to the mighty Rob Halford, born on this day in '51!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}