Information about plays

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

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

{
    "id": 3641255,
    "uri": "https://api.kexp.org/v2/plays/3641255/?format=api",
    "airdate": "2026-04-12T16:30:33-07:00",
    "show": 66435,
    "show_uri": "https://api.kexp.org/v2/shows/66435/?format=api",
    "image_uri": "https://coverartarchive.org/release/ceca711f-d1e9-4a2c-a9a5-cda00ad69913/8837325940-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ceca711f-d1e9-4a2c-a9a5-cda00ad69913/8837325940-250.jpg",
    "song": "Sacrilege",
    "track_id": null,
    "recording_id": "44411d68-6231-4942-995f-4565b0296a94",
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Mosquito",
    "release_id": null,
    "release_group_id": "f044212a-c6dd-40a6-8781-31c93069aea0",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2013-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2013!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}