Information about plays

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

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

{
    "id": 3619567,
    "uri": "https://api.kexp.org/v2/plays/3619567/?format=api",
    "airdate": "2026-02-19T15:29:42-08:00",
    "show": 65975,
    "show_uri": "https://api.kexp.org/v2/shows/65975/?format=api",
    "image_uri": "https://coverartarchive.org/release/80707f7b-3e36-41b4-afc3-ea06058e10dc/4969173205-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/80707f7b-3e36-41b4-afc3-ea06058e10dc/4969173205-250.jpg",
    "song": "Blues for Percy Carey",
    "track_id": null,
    "recording_id": "3aa5eb19-c4d9-4083-a231-335e195328dc",
    "artist": "Count Bass D",
    "artist_ids": [
        "18c9e1ac-840d-4d30-86a0-16b2f608b20f"
    ],
    "album": "Dwight Spitz",
    "release_id": null,
    "release_group_id": "e5b23a4c-a27c-39ab-a9c8-3058ad741f52",
    "labels": [
        "Day by Day Entertainment"
    ],
    "label_ids": [
        "252a3e92-afd2-4580-bef3-7237dcf9c27b"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Count Bass D expertly chopped and re-sequenced the theme from \"Hill Street Blues.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}