Information about plays

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

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

{
    "id": 3619323,
    "uri": "https://api.kexp.org/v2/plays/3619323/?format=api",
    "airdate": "2026-02-19T01:28:11-08:00",
    "show": 65971,
    "show_uri": "https://api.kexp.org/v2/shows/65971/?format=api",
    "image_uri": "https://coverartarchive.org/release/5cf63bca-a3b2-3694-ad13-900809e41367/8769285126-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5cf63bca-a3b2-3694-ad13-900809e41367/8769285126-250.jpg",
    "song": "How I Could Just Kill a Man",
    "track_id": null,
    "recording_id": "c059b614-2b75-4dfa-8b84-57d075ccda83",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Cypress Hill",
    "release_id": null,
    "release_group_id": "763b913e-e9b1-3a58-9725-291239e88d79",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1991-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cypress Hill sampled a ton of tracks here, including Manzel's \"Midnight Theme\", Jimi Hendrix's \"Are You Experienced?\", Suicidal Tendencies' \"Institutionalized\", and, oddly enough, \"Reading the Comics - July, 1945\" by New York City mayor Fiorello La Guardia.\n\nhttps://cypresshill.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}