Information about plays

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

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

{
    "id": 3624787,
    "uri": "https://api.kexp.org/v2/plays/3624787/?format=api",
    "airdate": "2026-03-03T11:20:59-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Luck With Your Secret",
    "track_id": "e00efb64-1eda-439a-9de1-5ef08cbfa3df",
    "recording_id": "0edd39b5-c62d-40ec-8038-9dc12aef0464",
    "artist": "La Luz",
    "artist_ids": [
        "9b5ae4cc-15ae-4f0b-8a4e-8c44e42ba52a"
    ],
    "album": "News of the Universe",
    "release_id": "675fd24a-9398-4de9-b6c0-ded72bc9a3bd",
    "release_group_id": "d784bbee-d889-4524-a892-693111760ef8",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-05-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl hosted La Luz in our studio in 2024 for a performance that included \"Good Luck With Your Secret\": https://www.youtube.com/watch?v=dkbfAKQdWqs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}