Information about plays

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

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

{
    "id": 3576246,
    "uri": "https://api.kexp.org/v2/plays/3576246/?format=api",
    "airdate": "2025-11-10T01:27:47-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e6df4c0-4c80-4b6d-bf36-19abf9ccf4e3/36633545667-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e6df4c0-4c80-4b6d-bf36-19abf9ccf4e3/36633545667-250.jpg",
    "song": "Mood Indigo",
    "track_id": null,
    "recording_id": "3e9e3fa7-4c24-4024-b1e5-e75e78215767",
    "artist": "Thelonious Monk",
    "artist_ids": [
        "8e8c7417-c905-46b1-b42a-5260b4274ed4"
    ],
    "album": "Monk Plays Duke",
    "release_id": null,
    "release_group_id": "e86978c8-b294-49a4-a184-b8cb9c4893c5",
    "labels": [
        "American Jazz Classics"
    ],
    "label_ids": [
        "4ec3f32f-b9fd-4760-aa83-99a67660c406"
    ],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}