Information about plays

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

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

{
    "id": 3589358,
    "uri": "https://api.kexp.org/v2/plays/3589358/?format=api",
    "airdate": "2025-12-10T13:45:34-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Is Running Out",
    "track_id": "66144e71-3ed4-4dea-834b-1da8ce980aad",
    "recording_id": "c9b87c88-555c-4e55-8674-9bbafa0a277d",
    "artist": "Tom Noble",
    "artist_ids": [
        "5618e3ab-0139-4f7b-9a45-28f22e513105"
    ],
    "album": "House of Spirits",
    "release_id": "88547a25-d1c2-43c1-a6c5-e5d148b770ae",
    "release_group_id": "c80864f4-c734-42d7-b821-93539bda53be",
    "labels": [
        "Razor‐N‐Tape"
    ],
    "label_ids": [
        "a2dc44c9-b64a-4241-bb40-e3a9004e0830"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this interview with Tom Noble, DJ, producer, and founder of Superior Elevation Records: https://www.lyric.com/verse/a-sonic-journey-with-tom-noble-founder-of-superior-elevation\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}