Information about plays

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

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

{
    "id": 3598050,
    "uri": "https://api.kexp.org/v2/plays/3598050/?format=api",
    "airdate": "2025-12-30T15:28:36-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Little Red Book",
    "track_id": "c335ed58-a5cc-3f68-9749-fe82c47ba8e7",
    "recording_id": "5bdbf0c3-afcc-4b90-9d67-7160425c3b04",
    "artist": "Love",
    "artist_ids": [
        "34ec9a8d-c65b-48fd-bcdd-aad2f72fdb47"
    ],
    "album": "The Best of Love",
    "release_id": "b2c27084-faa2-4da8-b462-80e4f828148f",
    "release_group_id": "01b79fde-720e-3b10-9d78-3f27428e4648",
    "labels": [
        "Rhino",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "2003-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Show a little love to KEXP today! https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}