Information about plays

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

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

{
    "id": 3602440,
    "uri": "https://api.kexp.org/v2/plays/3602440/?format=api",
    "airdate": "2026-01-09T23:35:27-08:00",
    "show": 65608,
    "show_uri": "https://api.kexp.org/v2/shows/65608/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How It Made Me Feel",
    "track_id": null,
    "recording_id": "84685c83-6fe3-406c-b09d-3e43db1628e0",
    "artist": "(Liv).e",
    "artist_ids": [
        "0bcfef47-91d0-41dd-87fa-cbf3a396ead3"
    ],
    "album": "Couldn't Wait to Tell You...",
    "release_id": null,
    "release_group_id": "a42cf615-591d-4b59-b707-1592c0877d86",
    "labels": [
        "In Real Life"
    ],
    "label_ids": [
        "39a43c68-ae4e-44ec-aa35-57de55f5ea52"
    ],
    "release_date": "2020-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday Liv.e 1/8\n\nCheck out Liv.e's performance for Live on KEXP at Home and interview with Larry Mizell, Jr.\n\nhttps://www.youtube.com/watch?v=9CNUNee-VCI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}