Information about plays

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

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

{
    "id": 3600104,
    "uri": "https://api.kexp.org/v2/plays/3600104/?format=api",
    "airdate": "2026-01-04T10:45:19-08:00",
    "show": 65561,
    "show_uri": "https://api.kexp.org/v2/shows/65561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daydreaming",
    "track_id": "08dfa714-15c8-3293-b3fa-4a3501c3ff51",
    "recording_id": "01b5ecd5-c70d-42dd-8803-95acc2f458c5",
    "artist": "Middle Brother",
    "artist_ids": [
        "6ea28f86-a4fc-4902-9594-2e913db54059"
    ],
    "album": "Middle Brother",
    "release_id": "d018eb48-2097-463c-9d1b-433836f3ec47",
    "release_group_id": "9d76a576-d442-4c15-9b37-8de569680292",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2011-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Middle Brother is an American rock band consisting of songwriters and musicians John J. McCauley III of Deer Tick, Taylor Goldsmith of Dawes, and Matt Vasquez of Delta Spirit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}