Information about plays

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

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

{
    "id": 3660462,
    "uri": "https://api.kexp.org/v2/plays/3660462/?format=api",
    "airdate": "2026-05-28T03:13:32-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/9080cfc2-8c59-4333-8040-219ea6ac0433/5416634955-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9080cfc2-8c59-4333-8040-219ea6ac0433/5416634955-250.jpg",
    "song": "Infinity Guitars",
    "track_id": null,
    "recording_id": "97424337-7a2c-40ac-b9fb-b9aa07a41a39",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Treats",
    "release_id": null,
    "release_group_id": "4089b4e7-eef7-4433-838f-1ca531754cf6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-05-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Sleigh Bells perform Live on KEXP from 2021: https://www.youtube.com/watch?v=fWFe51ARsWA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}