Information about plays

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

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

{
    "id": 3550349,
    "uri": "https://api.kexp.org/v2/plays/3550349/?format=api",
    "airdate": "2025-09-08T06:57:27-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring It On Home to Me",
    "track_id": "3b8c6a30-dc88-35ab-88c4-960b8386efe0",
    "recording_id": "57dd9098-baab-4157-a27b-fbdcf94ad02e",
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "The Best of Sam Cooke",
    "release_id": "08f9f33f-0036-4b82-93ac-71ce2839dfe4",
    "release_group_id": "612c99ab-ece4-39c5-8661-4a972d12f56e",
    "labels": [
        "RCA",
        "Legacy"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1962, Cooke drew from a blues song “I Want To Go Home,” to make one of his most beloved songs. Featuring Lou Rawls on backing vocals, who was an unknown singer at the time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}