Information about plays

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

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

{
    "id": 3602245,
    "uri": "https://api.kexp.org/v2/plays/3602245/?format=api",
    "airdate": "2026-01-09T13:06:19-08:00",
    "show": 65604,
    "show_uri": "https://api.kexp.org/v2/shows/65604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Evil That Men Do",
    "track_id": "876317b7-6412-3cab-97a5-f78dc473ba86",
    "recording_id": "d83a082c-f451-4036-b015-27b73464f046",
    "artist": "Yo La Tengo",
    "artist_ids": [
        "3f542031-b054-454d-b57b-812fa2a81b11"
    ],
    "album": "Ride the Tiger",
    "release_id": "9cde1a67-4c29-3857-b0fa-1918c2c0eb0b",
    "release_group_id": "2b4c5c7f-7a36-3c8f-ab93-14a83a2142c2",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1996-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third song off of Yo La Tengo's \"Ride the Tiger\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}