Information about plays

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

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

{
    "id": 3641715,
    "uri": "https://api.kexp.org/v2/plays/3641715/?format=api",
    "airdate": "2026-04-13T22:18:50-07:00",
    "show": 66447,
    "show_uri": "https://api.kexp.org/v2/shows/66447/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a3f9c5f-b513-4715-a715-1c5d072fe57d/25565300619-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a3f9c5f-b513-4715-a715-1c5d072fe57d/25565300619-250.jpg",
    "song": "Spirals",
    "track_id": null,
    "recording_id": "31641004-45fe-4bec-8fa9-2ec18e5ab6a7",
    "artist": "Cold Beat",
    "artist_ids": [
        "10969dc2-c517-4d0d-adc4-45a8a73623a9"
    ],
    "album": "Into the Air",
    "release_id": null,
    "release_group_id": "94b39e60-6859-4b9e-bdc8-f1b96ca1ba1b",
    "labels": [
        "COTM"
    ],
    "label_ids": [],
    "release_date": "2015-09-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ 2015 fave from Hannah Lew and Cold Beat ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}