Information about plays

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

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

{
    "id": 3589631,
    "uri": "https://api.kexp.org/v2/plays/3589631/?format=api",
    "airdate": "2025-12-11T05:01:11-08:00",
    "show": 65345,
    "show_uri": "https://api.kexp.org/v2/shows/65345/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cloudburst Flight",
    "track_id": "01247535-9d69-33e0-a148-e19a1fcb5901",
    "recording_id": "4f7fae0e-22d1-4a6c-8d39-da6202cb31ec",
    "artist": "Tangerine Dream",
    "artist_ids": [
        "23d8426c-18c7-46e6-a51d-7395bd43c641"
    ],
    "album": "Wired Magazine Presents: Music Futurists",
    "release_id": "f2f94034-fe43-4a35-80f5-e629e5726d1c",
    "release_group_id": "d7794a97-b288-333c-bfb4-99e5dee586f8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good Morning and welcome to the Early Show with Eva Walker. \n\nHappy Birthday to Paul Haslinger, Austrian-American composer of Tangerine Dream, born on this day in 1962.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}