Information about plays

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

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

{
    "id": 3551742,
    "uri": "https://api.kexp.org/v2/plays/3551742/?format=api",
    "airdate": "2025-09-11T15:06:25-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/e773abb2-0c76-40b4-a387-5d69516d6031/18934151511-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e773abb2-0c76-40b4-a387-5d69516d6031/18934151511-250.jpg",
    "song": "I’m Never Gonna Tell It",
    "track_id": null,
    "recording_id": "246a7d92-4ecc-4be7-a147-2e7856184ef6",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Tales of Kidd Funkadelic",
    "release_id": null,
    "release_group_id": "96c1d908-a6be-3361-8a4b-1ca52d9626e6",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1976-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bernie Worrelll and George Clinton wrote this song.  Here are the lyrics: https://genius.com/Funkadelic-im-never-gonna-tell-it-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}