Information about plays

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

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

{
    "id": 3604955,
    "uri": "https://api.kexp.org/v2/plays/3604955/?format=api",
    "airdate": "2026-01-16T04:57:24-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Friday On My Mind",
    "track_id": "df73a39d-526e-4ac1-a00a-e7e3336955dd",
    "recording_id": "20667450-4ba3-4022-a6bb-ce089025cfcb",
    "artist": "The Easybeats",
    "artist_ids": [
        "dff0eebd-dbc3-4a60-aeee-842bde2c1372"
    ],
    "album": "How Does It Feel... To Feel",
    "release_id": "f1a1c163-ab0b-4c51-87bb-737d3b707065",
    "release_group_id": "92cb1875-4ee9-4a8e-acbd-65a1e9254146",
    "labels": [
        "Retroactive"
    ],
    "label_ids": [
        "a430b264-9881-42c7-80f2-8e60eb851384"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}