Information about plays

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

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

{
    "id": 3520486,
    "uri": "https://api.kexp.org/v2/plays/3520486/?format=api",
    "airdate": "2025-06-29T18:24:31-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://ia800108.us.archive.org/1/items/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc-5619640065_thumb500.jpg",
    "thumbnail_uri": "https://ia600108.us.archive.org/1/items/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc/mbid-73b12ff3-ffb8-3721-914c-8829badef3dc-5619640065_thumb250.jpg",
    "song": "Higher Ground",
    "track_id": "5d6e4d3a-7e68-32ac-9856-49baac7a0394",
    "recording_id": "303fa742-e4d4-4044-9fa6-ddd902326438",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Innervisions",
    "release_id": "73b12ff3-ffb8-3721-914c-8829badef3dc",
    "release_group_id": "e626b377-74c5-3b97-8f16-8cef5e1c04ea",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written and recorded in a three-hour 'creative burst' from Wonder. The song came from a life threatening accident Wonder had three months earlier, where he was stuck in a coma for four days. His manager, Ira, would sing \"Higher Ground\" into his ear, and his fingers would move along to the song. It was the first sign that he was going to recover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}