Information about plays

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

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

{
    "id": 3622807,
    "uri": "https://api.kexp.org/v2/plays/3622807/?format=api",
    "airdate": "2026-02-27T01:26:21-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Numb",
    "track_id": "e67204ea-ecb1-4d7a-9b78-98ca3e9fedc4",
    "recording_id": "a91b181f-818f-4658-9613-7229668858b0",
    "artist": "坂本慎太郎",
    "artist_ids": [
        "b713fb44-7a24-41d0-827a-cc8777b1ce89"
    ],
    "album": "Yoo‐hoo",
    "release_id": "5a42665c-9f6d-4dd8-aa00-11e1fe917c08",
    "release_group_id": "bf8f391b-3b13-47c5-a73b-0e1b94167153",
    "labels": [
        "Zelone Records"
    ],
    "label_ids": [
        "c098e3f9-ad68-4d7a-9ca6-267c27e5fcf2"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shintaro Sakamoto is a Japanese musician, singer, songwriter, and producer.\n--\nHis fifth album, \"Yoo-Hoo, was released on Friday, January 23rd. \n--\nThat's Tetsu Nishiuchi on saxophone here.  Watch the video of an in-studio performance: https://www.youtube.com/watch?v=VRj8pgmVFek",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}