Information about plays

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

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

{
    "id": 3586518,
    "uri": "https://api.kexp.org/v2/plays/3586518/?format=api",
    "airdate": "2025-12-04T01:49:30-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just How You Are",
    "track_id": null,
    "recording_id": null,
    "artist": "Leon Thomas",
    "artist_ids": [
        "412ff65d-26bf-4849-ba19-d2a58030fd1a"
    ],
    "album": "PHOLKS",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Leon Thomas will be The Showbox in Seattle on Sunday and Monday, December 14th and 15th. He's playing Oakland's Fox Theater on Friday, December 19th. -- Don't miss this live performance of \"Just How You Are\": www.youtube.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}