Information about plays

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

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

{
    "id": 3624817,
    "uri": "https://api.kexp.org/v2/plays/3624817/?format=api",
    "airdate": "2026-03-03T13:11:19-08:00",
    "show": 66081,
    "show_uri": "https://api.kexp.org/v2/shows/66081/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Good",
    "track_id": "4e4b7b22-6f82-4fa9-91f0-3b4863d1b074",
    "recording_id": "94beee07-5e80-4f58-a6c7-a921ff29d79d",
    "artist": "Meshell Ndegeocello feat. Jade Hicks & Josh Johnson",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8",
        "565dd8e3-1d8c-444a-9551-6488d7c2b5ed",
        "37b60764-3b1e-4247-8215-93e579bd7f1b"
    ],
    "album": "The Omnichord Real Book",
    "release_id": "b2ebee2e-23b7-4c77-81ec-d5e2d8096f5d",
    "release_group_id": "c0d172cd-868c-47e3-8604-59898125d149",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2023-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Perceptions of the Real: A Conversation with Meshell Ndegeocello | Interview:\n\nhttps://albumism.com/interviews/perceptions-of-the-real-a-conversation-with-meshell-ndegeocello",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}