Information about plays

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

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

{
    "id": 3607760,
    "uri": "https://api.kexp.org/v2/plays/3607760/?format=api",
    "airdate": "2026-01-22T19:18:33-08:00",
    "show": 65726,
    "show_uri": "https://api.kexp.org/v2/shows/65726/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c138950-39b2-4093-a820-e66d1185f2db/29104080765-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c138950-39b2-4093-a820-e66d1185f2db/29104080765-250.jpg",
    "song": "Sweet Tears",
    "track_id": null,
    "recording_id": "6d3a55ec-55b8-4d17-9039-e74fc993cc88",
    "artist": "Ryo Kawasaki",
    "artist_ids": [
        "549eb410-56c5-45ff-b3de-a1f4144ef740"
    ],
    "album": "Prism",
    "release_id": null,
    "release_group_id": "2a7b75b3-0ead-425d-b4ef-21e8a85345af",
    "labels": [
        "Inner City Records"
    ],
    "label_ids": [
        "33417682-8b14-47fe-8f47-7f21e7685ffb"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ryo Kawasaki was a Japanese jazz fusion guitarist, composer and band leader, best known as one of the first musicians to develop and popularise the fusion genre and for helping to develop the guitar synthesizer in collaboration with Roland Corporation and Korg\n\nhttps://www.youtube.com/watch?v=GsmL_bzNBbY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}