Information about plays

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

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

{
    "id": 3601399,
    "uri": "https://api.kexp.org/v2/plays/3601399/?format=api",
    "airdate": "2026-01-07T11:57:33-08:00",
    "show": 65587,
    "show_uri": "https://api.kexp.org/v2/shows/65587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can I Sit Next to You",
    "track_id": "6a55bbbb-a705-4548-b842-d90b00a3e895",
    "recording_id": "fd68974c-6958-4ccf-b14d-ffe9f83eb4c2",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Hot Thoughts",
    "release_id": "69b8e698-5ad9-4fbf-a17f-6c41c2bf7aa5",
    "release_group_id": "a58dce0f-ecb9-4cb5-b3b8-a86e95882510",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl also hosted Spoon when they performed Live on KEXP in 2017 (and ended the set with this song!)\n\nhttps://www.youtube.com/watch?v=9xAVeoCS4qM\n\nhttps://spoontheband.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}