Information about plays

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

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

{
    "id": 3576267,
    "uri": "https://api.kexp.org/v2/plays/3576267/?format=api",
    "airdate": "2025-11-10T02:56:09-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/8b81fefb-9b91-4991-b3a9-cbfebb35e8ac/24871969817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8b81fefb-9b91-4991-b3a9-cbfebb35e8ac/24871969817-250.jpg",
    "song": "No Problem (take 2)",
    "track_id": null,
    "recording_id": "4e575bdf-5a58-47d7-975d-dc20fd1486a3",
    "artist": "Duke Jordan",
    "artist_ids": [
        "18288a13-0259-4a44-a9dc-558229fbfdd2"
    ],
    "album": "Flight to Denmark",
    "release_id": null,
    "release_group_id": "dc98f744-e43b-4bc6-8d15-658d72fbf6a5",
    "labels": [
        "SteepleChase"
    ],
    "label_ids": [
        "a04e05cf-189c-4095-9d78-fc139ddfa883"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}