Information about plays

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

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

{
    "id": 3619765,
    "uri": "https://api.kexp.org/v2/plays/3619765/?format=api",
    "airdate": "2026-02-20T03:49:31-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc0d4c65-963d-4e90-8353-3292b3b99cc6/13318317920-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc0d4c65-963d-4e90-8353-3292b3b99cc6/13318317920-250.jpg",
    "song": "Shutdown",
    "track_id": null,
    "recording_id": "bb138d71-b434-4e87-9478-dd357776003b",
    "artist": "Skepta",
    "artist_ids": [
        "38474d18-9204-4f60-a137-1fcc6750b869"
    ],
    "album": "Konnichiwa",
    "release_id": null,
    "release_group_id": "7f10475f-794c-4612-9f9c-71446a5c3fdf",
    "labels": [
        "Boy Better Know"
    ],
    "label_ids": [
        "05aa0f09-76e3-42a5-9c37-8ee05b7ce98f"
    ],
    "release_date": "2016-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Guardian named \"Shutdown\" the best track of 2015 calling it, \"the sound of one man marvelling at his own might.\" https://bit.ly/2YD4UYO",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}