Information about plays

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

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

{
    "id": 3645170,
    "uri": "https://api.kexp.org/v2/plays/3645170/?format=api",
    "airdate": "2026-04-22T02:41:47-07:00",
    "show": 66519,
    "show_uri": "https://api.kexp.org/v2/shows/66519/?format=api",
    "image_uri": "https://coverartarchive.org/release/afae7757-bca6-47f3-ae8a-25bc7a505f8d/30719746431-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/afae7757-bca6-47f3-ae8a-25bc7a505f8d/30719746431-250.jpg",
    "song": "Good Times",
    "track_id": null,
    "recording_id": "87a4fb0b-7b00-4068-ae3e-9b40709d30d8",
    "artist": "Nobody’s Children",
    "artist_ids": [
        "f033d54d-c3a1-422a-9b76-4953337567f3"
    ],
    "album": "Garage Beat '66, Volume 4: I'm in Need!",
    "release_id": null,
    "release_group_id": "818648a4-f60e-37a7-ae02-e3291edabd85",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "2005-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}