Information about plays

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

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

{
    "id": 3640166,
    "uri": "https://api.kexp.org/v2/plays/3640166/?format=api",
    "airdate": "2026-04-10T04:51:47-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-34944190-7579-4fd3-aab7-0cacba31d6e4/mbid-34944190-7579-4fd3-aab7-0cacba31d6e4-31896574086_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-34944190-7579-4fd3-aab7-0cacba31d6e4/mbid-34944190-7579-4fd3-aab7-0cacba31d6e4-31896574086_thumb250.jpg",
    "song": "I Like It Like This",
    "track_id": "6f90a3a9-ce06-347a-997c-a79f7a6145ee",
    "recording_id": "473e3f12-719c-44af-8c1b-da0da281c2f2",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Trench Town Rock",
    "release_id": "34944190-7579-4fd3-aab7-0cacba31d6e4",
    "release_group_id": "f1e87275-4b7c-3468-ac94-e0ee0bf09ca0",
    "labels": [
        "Musicrama"
    ],
    "label_ids": [
        "9acc6c81-0199-4e00-9f93-edae69ea7304"
    ],
    "release_date": "2001-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bunny Wailer (d. March 2, 2021) was born on this day in 1947.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}