Information about plays

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

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

{
    "id": 3569902,
    "uri": "https://api.kexp.org/v2/plays/3569902/?format=api",
    "airdate": "2025-10-25T19:33:18-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://coverartarchive.org/release/76ea99e2-4ed2-4ecf-95bf-8b4f3cbbd3c6/38858693056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76ea99e2-4ed2-4ecf-95bf-8b4f3cbbd3c6/38858693056-250.jpg",
    "song": "All Along the Watchtower",
    "track_id": null,
    "recording_id": "44f896ea-fba6-4471-b85b-1f3206893c7d",
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Crosstown Traffic",
    "release_id": null,
    "release_group_id": "447ee8d5-a652-4b9e-b5d0-11c28a6a15cf",
    "labels": [],
    "label_ids": [],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Nancy! Thanks Nancy!\n\nJimi Hendrix covering Bob Dylan! \n---\nWidely recognized as one of the most creative and influential musicians of the 20th century, Jimi Hendrix pioneered the explosive possibilities of the electric guitar. Hendrix’s innovative style of combining fuzz, feedback and controlled distortion created a new musical form. https://www.jimihendrix.com",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}