Information about plays

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

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

{
    "id": 3635874,
    "uri": "https://api.kexp.org/v2/plays/3635874/?format=api",
    "airdate": "2026-03-31T04:34:12-07:00",
    "show": 66326,
    "show_uri": "https://api.kexp.org/v2/shows/66326/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f816880-92a0-4e5b-a367-21dfba772faf/43646176201-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f816880-92a0-4e5b-a367-21dfba772faf/43646176201-250.jpg",
    "song": "Kicks",
    "track_id": null,
    "recording_id": "774ac730-b11d-4dac-b167-67277bb5d2fa",
    "artist": "FKA twigs",
    "artist_ids": [
        "1e4e9db7-5068-4a9c-bdd0-5777e47172c8"
    ],
    "album": "LP1",
    "release_id": null,
    "release_group_id": "c390b47b-71c0-461d-b563-e5344b4f84e5",
    "labels": [
        "Young Turks"
    ],
    "label_ids": [
        "87667892-a93f-43e4-a004-f8b9182788df"
    ],
    "release_date": "2014-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Skyler -- Thanks for the request!\n\nGoing wayyyy back to FKA Twigs first LP release\n\nDid you know this was performed on KEXP back in the day? https://www.youtube.com/watch?v=m1oacb6vUlc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}