Information about plays

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

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

{
    "id": 3594497,
    "uri": "https://api.kexp.org/v2/plays/3594497/?format=api",
    "airdate": "2025-12-22T14:09:46-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ringing Bells (Sweet Music), Pt. 1",
    "track_id": null,
    "recording_id": "977ea8a0-d33a-491a-9560-b93efde0e82f",
    "artist": "Young Senators",
    "artist_ids": [
        "b02548b2-83ba-44ad-bfbe-4d2bb1213bdb"
    ],
    "album": "Ringing Bells (Sweet Music)",
    "release_id": null,
    "release_group_id": "0ba7b06e-7bf2-4185-a1ef-6884b920ac1e",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "2016-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Young Senators released \"Ringing Bells (Sweet Music)\" in 1970. \nYoung Senators were an American funk/soul band from Washington, D.C. formed in 1965. Members were: Calvin Charity, Derek David, Frank Hooker, James Johnson, Jimmy Dougans, Leroy Fleming, Wornell Jones.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}