Information about plays

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

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

{
    "id": 3586625,
    "uri": "https://api.kexp.org/v2/plays/3586625/?format=api",
    "airdate": "2025-12-04T07:36:10-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "https://ia801401.us.archive.org/33/items/mbid-eef5730c-45e4-4c82-b018-9a7c25119a35/mbid-eef5730c-45e4-4c82-b018-9a7c25119a35-16635306547_thumb500.jpg",
    "thumbnail_uri": "https://ia601401.us.archive.org/33/items/mbid-eef5730c-45e4-4c82-b018-9a7c25119a35/mbid-eef5730c-45e4-4c82-b018-9a7c25119a35-16635306547_thumb250.jpg",
    "song": "First Day of Winter",
    "track_id": "bf02ddf2-aef2-459a-8854-28af2031707c",
    "recording_id": "6a980835-1e94-4fd2-bfbb-4f241234328c",
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Gargoyle",
    "release_id": "eef5730c-45e4-4c82-b018-9a7c25119a35",
    "release_group_id": "5ab38b8c-6dc7-4525-aff1-700775aa17e1",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "ecf9b195-6b61-446c-a253-856311236340"
    ],
    "release_date": "2017-04-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Stay warm this winter season!!\n--\nMark Lanegan's tenth studio album, 'Gargoyle,' has been said to mark a step towards a lighter sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}