Information about plays

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

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

{
    "id": 3592940,
    "uri": "https://api.kexp.org/v2/plays/3592940/?format=api",
    "airdate": "2025-12-19T04:37:14-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8f126a8-dc62-46be-9581-6eee2905b658/25083322639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8f126a8-dc62-46be-9581-6eee2905b658/25083322639-250.jpg",
    "song": "Winter Man",
    "track_id": null,
    "recording_id": "917c645d-5a2b-4736-82e0-65d233b641ee",
    "artist": "Clarence Reid",
    "artist_ids": [
        "80bc029c-f2c9-463c-8701-5973aaf1cee6"
    ],
    "album": "Funky Party",
    "release_id": null,
    "release_group_id": "209b05cf-2bc3-4290-995f-b9ace5bc9602",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}