Information about plays

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

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

{
    "id": 3564946,
    "uri": "https://api.kexp.org/v2/plays/3564946/?format=api",
    "airdate": "2025-10-14T11:12:14-07:00",
    "show": 64833,
    "show_uri": "https://api.kexp.org/v2/shows/64833/?format=api",
    "image_uri": "https://ia800101.us.archive.org/28/items/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b-4579781374_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/28/items/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b/mbid-8506b0f9-4d6c-4e5d-ae75-a68fcc10519b-4579781374_thumb250.jpg",
    "song": "Believe",
    "track_id": "6d8f1563-73c7-3130-8c82-c8fb3b1e7d11",
    "recording_id": "7b010782-dfb5-422e-b35e-480f2c3b36ad",
    "artist": "Q‐Tip feat. D’Angelo",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "The Renaissance",
    "release_id": "308f00da-a3ac-3940-9290-516ef142ce86",
    "release_group_id": "d2d0a1a8-aafc-3f92-93b9-a327f23590cb",
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6"
    ],
    "release_date": "2008-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Q-Tip, D'Angelo, and Raphael Saadiq joined together in a short-lived supergroup called Lynwood Rose.\n--\n The track off Q-Tip's \"The Renaissance,\" featuring D'Angelo, samples a classic breakbeat from Sly & The Family Stone’s “Sing a Simple Song.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}