Information about plays

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

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

{
    "id": 3660460,
    "uri": "https://api.kexp.org/v2/plays/3660460/?format=api",
    "airdate": "2026-05-28T03:02:00-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/84eb58b5-c03d-4528-b730-6b01d576259e/19021156470-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84eb58b5-c03d-4528-b730-6b01d576259e/19021156470-250.jpg",
    "song": "Rocket",
    "track_id": null,
    "recording_id": "45288395-e9a0-43e9-a783-a4627bd33740",
    "artist": "Beyoncé",
    "artist_ids": [
        "859d0860-d480-4efd-970c-c05d5f1776b8"
    ],
    "album": "BEYONCÉ",
    "release_id": null,
    "release_group_id": "8596171e-23b2-4bdd-8f1c-11960df0ecbe",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2013-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}