Information about plays

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

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

{
    "id": 3612102,
    "uri": "https://api.kexp.org/v2/plays/3612102/?format=api",
    "airdate": "2026-02-02T01:12:48-08:00",
    "show": 65818,
    "show_uri": "https://api.kexp.org/v2/shows/65818/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-2032a3b3-59d0-4cbf-a7a8-2c7900637390/mbid-2032a3b3-59d0-4cbf-a7a8-2c7900637390-39510554326_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-2032a3b3-59d0-4cbf-a7a8-2c7900637390/mbid-2032a3b3-59d0-4cbf-a7a8-2c7900637390-39510554326_thumb250.jpg",
    "song": "What Did I Do?",
    "track_id": "9f344729-e7a4-41f5-9906-8f5f750d3a54",
    "recording_id": "ef3b4633-26a8-4676-b86f-bfdf88e2eee6",
    "artist": "Meshell Ndegeocello",
    "artist_ids": [
        "55a8b485-1cbf-47ee-ae15-d106200fafe8"
    ],
    "album": "No More Water: The Gospel Of James Baldwin",
    "release_id": "2032a3b3-59d0-4cbf-a7a8-2c7900637390",
    "release_group_id": "a3a184c5-fbe3-48a1-9a57-8364bf7b0d59",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2024-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Grammy Award winning album from 2024, beautiful tribute to the writing's of James Baldwin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}