Information about plays

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

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

{
    "id": 3619553,
    "uri": "https://api.kexp.org/v2/plays/3619553/?format=api",
    "airdate": "2026-02-19T14:54:55-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1st of tha Month",
    "track_id": null,
    "recording_id": "52461091-dafe-431c-8c46-e18318b68377",
    "artist": "Bone Thugs-N-Harmony",
    "artist_ids": [
        "2fa45bbb-0efb-4950-9d40-94bf23cbfec1"
    ],
    "album": "E. 1999 Eternal",
    "release_id": null,
    "release_group_id": "5262e658-652f-33aa-af8f-6af28c2da7aa",
    "labels": [
        "Ruthless Records"
    ],
    "label_ids": [
        "52fa5738-5b7c-4748-b239-3b867504c46a"
    ],
    "release_date": "1995-07-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"1st of Tha Month\" contains samples of \"I Just Wanna Be Your Girl\" by Chapter 8, \"Sexual Healing\" by Marvin Gaye, \"Rooster Lets Out Two Crows\" by The Hollywood Edge Sound Effects Library and \"Night Ambience With Light, High-Pitched Crickets Rhythmically Chirping\" by The Hollywood Edge Sound Effects Library.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}