Information about plays

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

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

{
    "id": 3657494,
    "uri": "https://api.kexp.org/v2/plays/3657494/?format=api",
    "airdate": "2026-05-21T03:14:46-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/8571224e-3158-4faf-8260-1e7d0ca484d3/45056678231-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8571224e-3158-4faf-8260-1e7d0ca484d3/45056678231-250.jpg",
    "song": "linknb",
    "track_id": null,
    "recording_id": "272436fd-8716-4024-8553-f82272111774",
    "artist": "Kelela",
    "artist_ids": [
        "045494aa-e913-4e62-bf4e-dcc276e0075a"
    ],
    "album": "new avatar",
    "release_id": null,
    "release_group_id": "001c0c77-95ee-4b9a-8292-63f237ae383a",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2026-07-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pre-order Kelela's new album, \"new avatar,\" out on July 10th (You do get two tracks right now!): https://kelela.bandcamp.com/album/new-avatar-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}