Information about plays

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

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

{
    "id": 3590978,
    "uri": "https://api.kexp.org/v2/plays/3590978/?format=api",
    "airdate": "2025-12-14T11:26:44-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crucified Son",
    "track_id": null,
    "recording_id": null,
    "artist": "Charley Crockett",
    "artist_ids": [
        "cf391be8-a609-4fcf-8de1-0eff6b639ae5"
    ],
    "album": "Dollar A Day",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charley Crockett will be at Seattle’s 5th Ave Theatre on February 20th, 2026: https://bit.ly/3JPn3gO \n\nOn Greg Vandy's 15 favorite albums of 2025: \nhttps://www.instagram.com/p/DSKt796FCPR/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}