Information about plays

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

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

{
    "id": 3606450,
    "uri": "https://api.kexp.org/v2/plays/3606450/?format=api",
    "airdate": "2026-01-19T17:18:21-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talkin’ ’Bout a Revolution (live)",
    "track_id": null,
    "recording_id": "969a8562-425b-4521-a69b-8682227533a4",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Tracy Chapman cover recorded live at The Ritz, N.Y. on April 22nd 1989.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}