Information about plays

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

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

{
    "id": 3665204,
    "uri": "https://api.kexp.org/v2/plays/3665204/?format=api",
    "airdate": "2026-06-08T03:50:33-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://coverartarchive.org/release/20e08fe1-7634-4a07-a989-0f76bc23948b/44904859680-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20e08fe1-7634-4a07-a989-0f76bc23948b/44904859680-250.jpg",
    "song": "Am I Still New Orleans",
    "track_id": null,
    "recording_id": "67527955-0e33-4963-9d9e-7be803b9b2a9",
    "artist": "Tank and the Bangas feat. Robert Glasper",
    "artist_ids": [
        "8fc9137a-742f-42bd-988f-1794673c28ea",
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b"
    ],
    "album": "The Heart, The Mind, The Soul",
    "release_id": null,
    "release_group_id": "61bf6b84-dc90-4292-a5e7-97a4913d19e9",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}