Information about plays

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

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

{
    "id": 3605017,
    "uri": "https://api.kexp.org/v2/plays/3605017/?format=api",
    "airdate": "2026-01-16T08:30:01-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "By the Time I Get to Arizona",
    "track_id": "f33d241e-c3fa-47a6-a404-0b79ac6538a3",
    "recording_id": "dff78440-59a9-4765-9db7-bad7a8a6d691",
    "artist": "Brownout",
    "artist_ids": [
        "c7c1b94b-92d6-4ffb-bc53-949e24d8b858"
    ],
    "album": "Fear of a Brown Planet",
    "release_id": "ab84d540-d3c0-43e8-9901-5b1641e8ecc7",
    "release_group_id": "44e38878-f13a-474c-b854-bdabc4dbd60a",
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Brownout performing live in the KEXP studio in 2014: https://www.youtube.com/watch?v=au1kBj_-Zno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}