Information about plays

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

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

{
    "id": 3586199,
    "uri": "https://api.kexp.org/v2/plays/3586199/?format=api",
    "airdate": "2025-12-03T07:21:10-08:00",
    "show": 65277,
    "show_uri": "https://api.kexp.org/v2/shows/65277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "With a Little Help From My Friends",
    "track_id": "7a790858-c504-368f-941c-e625a95ba84b",
    "recording_id": "96a5f2b7-4dd2-4f6e-98d8-a0697865d08e",
    "artist": "Joe Cocker",
    "artist_ids": [
        "32f2d6bd-c22b-42cf-a7bc-0c4b48cd2bcb"
    ],
    "album": "With a Little Help From My Friends",
    "release_id": "15b43e06-832c-3f4c-ad24-11eab2fac196",
    "release_group_id": "a0d14120-566a-31b8-8fb5-eeec153bef5b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Justin in Berkeley\nGood morning John, Owen, and friends - I am getting into zen mode here for my first chemo infusion today, and this Joe Cocker is a great start! Thanks as always for the love, music, and community - please send some good vibes my way today and this week!\nOwen note: Everyone send Justin good vibes now",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}