Information about plays

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

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

{
    "id": 3624399,
    "uri": "https://api.kexp.org/v2/plays/3624399/?format=api",
    "airdate": "2026-03-02T12:28:18-08:00",
    "show": 66072,
    "show_uri": "https://api.kexp.org/v2/shows/66072/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taste on My Lips",
    "track_id": "63cda498-37f5-4768-9393-32c81de34f09",
    "recording_id": "43389c56-93a8-492b-aa29-3432534e040a",
    "artist": "Ya Tseen feat. Portugal. The Man, Meshell Ndegeocello & Sidibe",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8",
        "3599a39e-4e10-4cb5-90d4-c8a015ebc73b",
        "2aee4788-a12a-4f98-882c-885866221536",
        "bcc37f9d-1f2d-4701-b43c-a8e68d70cb7d"
    ],
    "album": "Stand On My Shoulders",
    "release_id": "9ad843dc-34e0-4566-9a4f-d9091ba57c2d",
    "release_group_id": "105d6ca4-4a1e-4490-b5fa-73a6f1d69a58",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2026-01-16",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sitka, Alaska's Ya Tseen performed Live on KEXP back in January!\n \nMake sure to subscribe to KEXP's YouTube channel to get notified when the video of the performance posts. \n\nIn the meantime, check out this 2021 Live on KEXP at Home performance: https://www.youtube.com/watch?v=BcGe_YKaNaY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}