Information about plays

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

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

{
    "id": 3540161,
    "uri": "https://api.kexp.org/v2/plays/3540161/?format=api",
    "airdate": "2025-08-14T23:09:31-07:00",
    "show": 64290,
    "show_uri": "https://api.kexp.org/v2/shows/64290/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ca90b55-6ef5-4448-b86a-727cd0a1600b/40907575498-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ca90b55-6ef5-4448-b86a-727cd0a1600b/40907575498-250.jpg",
    "song": "Why",
    "track_id": null,
    "recording_id": "fd5d5dac-381c-4cc2-a527-83c06e1a5fe5",
    "artist": "Sasha Keable",
    "artist_ids": [
        "c2b7f5ad-0db8-4e6d-b228-5598d6b17717"
    ],
    "album": "Why",
    "release_id": null,
    "release_group_id": "b75dbc93-13ac-4900-88ab-e5b417bd290c",
    "labels": [
        "The Flight Club"
    ],
    "label_ids": [
        "5838c32c-666e-4728-ba57-2c7bb8e8d0e0"
    ],
    "release_date": "2024-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}