Information about plays

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

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

{
    "id": 3609995,
    "uri": "https://api.kexp.org/v2/plays/3609995/?format=api",
    "airdate": "2026-01-28T00:33:20-08:00",
    "show": 65773,
    "show_uri": "https://api.kexp.org/v2/shows/65773/?format=api",
    "image_uri": "https://coverartarchive.org/release/29eea17c-d3b8-4e89-85d6-d3ce669b489c/34690764923-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29eea17c-d3b8-4e89-85d6-d3ce669b489c/34690764923-250.jpg",
    "song": "Midnight Train",
    "track_id": null,
    "recording_id": "561700c5-e865-4547-8f57-4127bbf02436",
    "artist": "Rattlesnake Milk",
    "artist_ids": [
        "a3aeaa3f-0e5d-462c-8a54-401902a4861d"
    ],
    "album": "Chicken Fried Snake",
    "release_id": null,
    "release_group_id": "18a8d7c1-1799-4663-9b77-7f4c0d944c71",
    "labels": [
        "Feels So Good Records"
    ],
    "label_ids": [
        "61417bef-7597-4ff7-bde8-cf38f7aa4ca1"
    ],
    "release_date": "2022-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just played a sold out show at the Tractor in Seattle last Thursday and it was a great show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}