Information about plays

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

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

{
    "id": 3550057,
    "uri": "https://api.kexp.org/v2/plays/3550057/?format=api",
    "airdate": "2025-09-07T13:39:37-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://coverartarchive.org/release/3737ad76-fd7f-4a04-95d0-57705208ce84/33691046674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3737ad76-fd7f-4a04-95d0-57705208ce84/33691046674-250.jpg",
    "song": "Heartbreak Hotel",
    "track_id": null,
    "recording_id": "1616573e-9bb3-4d5b-a2af-015ec51a058c",
    "artist": "Whitney Houston feat. Faith Evans and Kelly Price",
    "artist_ids": [
        "0307edfc-437c-4b48-8700-80680e66a228",
        "ebcd0bad-75ef-4203-b7b3-7af38a9ef198",
        "76afa937-2afb-4359-923f-5faa18070e81"
    ],
    "album": "My Love Is Your Love",
    "release_id": null,
    "release_group_id": "5c246f3c-46cb-3218-a8c4-ac98cbf9326d",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1998-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written for TLC for their \"FanMail\" album, Whitney Houston recorded \"Heartbreak Hotel\" after TLC passed on it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}