Information about plays

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

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

{
    "id": 3591010,
    "uri": "https://api.kexp.org/v2/plays/3591010/?format=api",
    "airdate": "2025-12-14T13:21:33-08:00",
    "show": 65377,
    "show_uri": "https://api.kexp.org/v2/shows/65377/?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://ia800108.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": "Thinking of everyone who had to find higher ground this past week due to severe flooding in the region.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}