Information about plays

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

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

{
    "id": 3616601,
    "uri": "https://api.kexp.org/v2/plays/3616601/?format=api",
    "airdate": "2026-02-12T14:27:36-08:00",
    "show": 65914,
    "show_uri": "https://api.kexp.org/v2/shows/65914/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If (Kaytranada remix)",
    "track_id": null,
    "recording_id": "96e26674-5071-43d0-bca4-840ff32dc25f",
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Janet Jackson co-wrote and co-produced the original \"If\" with Jimmy Jam and Terry Lewis. \"If\" contains samples of \"Someday We'll Be Together\" by Diana Ross and The Supremes, \"Honky-Tonk Haven\" by John McLaughlin and \"Hihache\" by Lafayette Afro Rock Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}