Information about plays

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

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

{
    "id": 3540585,
    "uri": "https://api.kexp.org/v2/plays/3540585/?format=api",
    "airdate": "2025-08-16T00:48:07-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb095457-4143-4f12-9a22-619edaf39e5d/40470855512-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb095457-4143-4f12-9a22-619edaf39e5d/40470855512-250.jpg",
    "song": "Right Now",
    "track_id": null,
    "recording_id": "e1c910a0-dfe0-4cfc-9da5-7d329c16c1ad",
    "artist": "Young Nudy & Pi’erre Bourne",
    "artist_ids": [
        "79c9b9a6-4b78-4738-8b81-95b066321ea9",
        "be0d7749-0974-48ba-93bb-6e974ec193a2"
    ],
    "album": "Sli’merre 2",
    "release_id": null,
    "release_group_id": "9178c3d6-e5db-4723-901f-8626f8c7e8b7",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2024-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Ryon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}