Information about plays

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

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

{
    "id": 3593042,
    "uri": "https://api.kexp.org/v2/plays/3593042/?format=api",
    "airdate": "2025-12-19T10:15:36-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Marvelous Orange Tree",
    "track_id": "2ac707d8-62dc-46cf-b859-6b92412e66f4",
    "recording_id": "30f2a95c-bf82-4ae4-a098-cbe886b61ef4",
    "artist": "Deafheaven",
    "artist_ids": [
        "f4ccf6c5-ad41-4f8f-bb9e-6e2c6ad23302"
    ],
    "album": "Lonely People With Power",
    "release_id": "3a8df429-9c33-4376-8da3-a581016508e4",
    "release_group_id": "f88055a1-f78c-4344-8765-e4ec22eb8bf8",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#97 on our countdown of YOUR favorite albums of 2025\n\nBased on San Francisco, Deafheaven released Lonely People With Power in March. \nhttps://deafheaven.com/\n\nEnjoy their Live on KEXP performance from this April here: https://youtu.be/hxv-tu_LeJ8?si=mN39ldJEQRS2LlA_",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}