Information about plays

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

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

{
    "id": 3599967,
    "uri": "https://api.kexp.org/v2/plays/3599967/?format=api",
    "airdate": "2026-01-04T02:50:57-08:00",
    "show": 65559,
    "show_uri": "https://api.kexp.org/v2/shows/65559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Destiny Arrives",
    "track_id": "5152fc62-00ee-47d2-a068-1ee1874280a5",
    "recording_id": "49b93fd4-eb43-46fc-ac41-8bd2c3f81cf7",
    "artist": "SPELLLING feat. Weyes Blood",
    "artist_ids": [
        "25521b37-fcf4-4204-8dca-e28bcda1e004",
        "469d6414-1f06-43de-80d5-17762d4a356a"
    ],
    "album": "Destiny Arrives (feat. Weyes Blood)",
    "release_id": "720411dd-8ad5-47e8-8fa6-710a9f724461",
    "release_group_id": "8b07e05f-9d2e-4959-9bba-e9a9a89b3509",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2025-11-04",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SPELLLING and indie singer/songwriter Weyes Blood join forces on a reimagining of \"Destiny Arrives.\"\n\nCheck out SPELLLING's Live on KEXP session from 2022:\nhttps://www.youtube.com/watch?v=L4MTninRHEQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}