Information about plays

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

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

{
    "id": 3586097,
    "uri": "https://api.kexp.org/v2/plays/3586097/?format=api",
    "airdate": "2025-12-03T01:51:08-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deep Sea Hand",
    "track_id": "91a57309-8c77-42ea-be8c-275890153e71",
    "recording_id": "0f3ac4bc-c9a2-4476-91f7-457c9454702a",
    "artist": "Adele Dazeem",
    "artist_ids": [
        "51087656-2eb9-4170-adf0-aa4155cc4387"
    ],
    "album": "Metanoia",
    "release_id": "624ef758-d6a5-4cb2-b31f-b39446b50e6e",
    "release_group_id": "222a63c3-ced7-467f-acee-ef917a5b0c03",
    "labels": [
        "Sonic Cathedral Recordings"
    ],
    "label_ids": [
        "d1143f20-1664-4697-a4d0-2c7d32ecf9dd"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The wickedly talented East London trio just dropped their debut EP https://www.youtube.com/watch?v=PS6OobpcU_M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}