Information about plays

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

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

{
    "id": 3591503,
    "uri": "https://api.kexp.org/v2/plays/3591503/?format=api",
    "airdate": "2025-12-15T16:51:23-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lawyers, Guns and Money",
    "track_id": "2b677468-7dbc-3d4b-bfe2-3b26ac846f4d",
    "recording_id": "84ab5890-9007-4c4e-99b5-1a6bf00912bc",
    "artist": "Warren Zevon",
    "artist_ids": [
        "970fb29f-e288-403e-a388-d2a7889bfa47"
    ],
    "album": "I'll Sleep When I'm Dead: An Anthology",
    "release_id": "1c25bb30-dc9f-4c98-8d7a-dea3730b20f7",
    "release_group_id": "c74a6c20-7f81-32ca-8987-54b46636e324",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1996-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.warrenzevon.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}