Information about plays

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

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

{
    "id": 3621615,
    "uri": "https://api.kexp.org/v2/plays/3621615/?format=api",
    "airdate": "2026-02-24T06:49:59-08:00",
    "show": 66017,
    "show_uri": "https://api.kexp.org/v2/shows/66017/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ooo",
    "track_id": "40b12c07-e9aa-4b76-99a2-c4f31b137934",
    "recording_id": "670ad863-4f71-4d4a-8f73-dec9f0d91df7",
    "artist": "Amber Mark",
    "artist_ids": [
        "b44e2752-deb5-4f10-b8e9-6671484acb34"
    ],
    "album": "Pretty Idea",
    "release_id": "82f1d593-13c9-4e38-9a7e-f706ed034674",
    "release_group_id": "91ddf1dd-4e35-4ea7-be4c-d665d7489b5d",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request for Emma\n\nAmber Mark will be performing on March 18 at The Castro in San Francisco! And at the Treefort Music Festival (Boise, ID) at the end of March.\n\nCheck out the rest of her tour dates here: https://www.ambermarkmusic.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}