Information about plays

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

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

{
    "id": 3621951,
    "uri": "https://api.kexp.org/v2/plays/3621951/?format=api",
    "airdate": "2026-02-25T03:24:55-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ircenrraat",
    "track_id": "89a43172-6942-4797-87c1-8f99eb962f73",
    "recording_id": "5e22cd3c-3a47-4782-9193-de3d13b1843e",
    "artist": "Ya Tseen feat. Ashley Young",
    "artist_ids": [
        "2aee4788-a12a-4f98-882c-885866221536",
        "eb99716e-6ce8-487d-b3a1-8f40127b55b2"
    ],
    "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": "With their second release on Sub Pop Ya Tseen expands their collaborative approach, featuring Portugal The Man, Meshell Ndegeocello, dreamcastmoe, Anel Figueroa, Jahon Mikal, Pink Sifu, Sidibe, Hanna Ben, and Ashley Young.\n\nhttps://yatseen.bandcamp.com/album/stand-on-my-shoulders",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}