Information about plays

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

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

{
    "id": 3571802,
    "uri": "https://api.kexp.org/v2/plays/3571802/?format=api",
    "airdate": "2025-10-30T11:47:46-07:00",
    "show": 64973,
    "show_uri": "https://api.kexp.org/v2/shows/64973/?format=api",
    "image_uri": "https://coverartarchive.org/release/10af35b8-666a-4893-a32b-f19b4593154a/36898952362-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10af35b8-666a-4893-a32b-f19b4593154a/36898952362-250.jpg",
    "song": "(You) Got What I Need",
    "track_id": null,
    "recording_id": "5bc84c0f-cb31-4fea-8d0b-7c0b655265f8",
    "artist": "Freddie Scott",
    "artist_ids": [
        "715365ed-d9b6-4c52-932c-9f1d3846f689"
    ],
    "album": "Cry to Me: The Best of Freddie Scott",
    "release_id": null,
    "release_group_id": "b70e57cf-2177-379b-ba78-75830a6f8ef8",
    "labels": [
        "Sony Music Entertainment"
    ],
    "label_ids": [
        "8dca34d5-35ce-41b0-9bf3-31ba97d594e0"
    ],
    "release_date": "1998-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was famously sampled by Biz Markie for his 1989 smash \"Just a Friend,\" lead single from \"The Biz Never Sleeps\"; it was also sampled by Ghostface Killah for \"Save Me Dear\" in 2004 off \"The Pretty Toney Album\" and by Austin Mahone for \"Say You're Just a Friend (featuring Flo Rida),\" released on \"Extended Play\" in 2013",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}