Information about plays

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

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

{
    "id": 3601653,
    "uri": "https://api.kexp.org/v2/plays/3601653/?format=api",
    "airdate": "2026-01-08T02:35:33-08:00",
    "show": 65592,
    "show_uri": "https://api.kexp.org/v2/shows/65592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Honey, You're Wasting Ammo",
    "track_id": "2c15dfa6-ade0-3696-8496-1e35e8410919",
    "recording_id": "f0c654f3-1ccf-4e76-b2df-217f68991953",
    "artist": "Shadowy Men on a Shadowy Planet",
    "artist_ids": [
        "54a459f0-a2b9-4893-b931-657c4327ee00"
    ],
    "album": "Sport Fishin' - The Lure of the Bait, the Luck of the Hook",
    "release_id": "7a940474-0ffa-45a7-b895-a0284c5df580",
    "release_group_id": "64ad5612-dd6d-3b13-8117-f3caeae4cae6",
    "labels": [
        "Cargo Records"
    ],
    "label_ids": [
        "cfb0c54d-7f45-40fa-a666-e8bd3b395449"
    ],
    "release_date": "1993-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to one of our listeners in the Bay Area.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}