Information about plays

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

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

{
    "id": 3598279,
    "uri": "https://api.kexp.org/v2/plays/3598279/?format=api",
    "airdate": "2025-12-31T03:32:57-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b847489-69e7-4b2f-9587-7f03a49feae2/3706940755-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b847489-69e7-4b2f-9587-7f03a49feae2/3706940755-250.jpg",
    "song": "Gangsta's Paradise (Kylian Mash and Tim Resler Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Coolio",
    "artist_ids": [],
    "album": "Gangsta's Paradise",
    "release_id": null,
    "release_group_id": "4a567d34-4666-472d-acc7-d8b98c47632b",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=V3x2o-unqRQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}