Information about plays

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

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

{
    "id": 3620758,
    "uri": "https://api.kexp.org/v2/plays/3620758/?format=api",
    "airdate": "2026-02-22T10:03:03-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Next Milestone",
    "track_id": null,
    "recording_id": "54c09cc5-90c1-4c82-b46b-c99dda9b3afb",
    "artist": "Albert Lee, Tony Colton",
    "artist_ids": [
        "ed0e3e7d-cc87-4f09-a5a7-f8d47cfac9cb",
        "5a773c50-ea78-42e6-95d6-23945abc76d1"
    ],
    "album": "The Immediate Blues Anthology",
    "release_id": null,
    "release_group_id": "02bc8e44-0d8c-45e1-9f8f-496ee03a8a14",
    "labels": [
        "Immediate"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lee and Colton were members of the British 1970s band Heads Hands & Feet, and Lee went on to be a session musician for Eric Clapton.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}