Information about plays

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

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

{
    "id": 3543023,
    "uri": "https://api.kexp.org/v2/plays/3543023/?format=api",
    "airdate": "2025-08-21T19:54:22-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e72c635-3b46-4f61-9296-e4503a210a0f/35440036583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e72c635-3b46-4f61-9296-e4503a210a0f/35440036583-250.jpg",
    "song": "Velvet Blanc",
    "track_id": null,
    "recording_id": "05a3b526-066c-4cab-a54c-b223100b37e4",
    "artist": "toe",
    "artist_ids": [
        "7ea8a523-b33d-4944-ad31-fad25a81d603"
    ],
    "album": "songs, ideas we forgot",
    "release_id": null,
    "release_group_id": "f50fe758-c3a4-32a8-a292-eb206cb3ff3f",
    "labels": [
        "Topshelf Records"
    ],
    "label_ids": [
        "83e9ed9f-5e33-4203-b865-caf7f44fd075"
    ],
    "release_date": "2003-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese post-rock group, toe. Going back to 2003 with their debut EP 'songs, ideas we forgot.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}