Information about plays

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

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

{
    "id": 3599693,
    "uri": "https://api.kexp.org/v2/plays/3599693/?format=api",
    "airdate": "2026-01-03T15:24:04-08:00",
    "show": 65554,
    "show_uri": "https://api.kexp.org/v2/shows/65554/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Light",
    "track_id": "840251af-54ce-43e7-9884-0a99e2d3a9cf",
    "recording_id": "5cb20a6a-e408-4302-b85a-5ba201234418",
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "These Times",
    "release_id": "662321f0-5a1e-4696-96d2-a1e3984a5251",
    "release_group_id": "dd835e4f-3df1-4a58-b73c-7903705c8ffb",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dream Syndicate is one of the leading acts of Los Angeles' neo-psychedelic Paisley Underground scene. \nhttps://www.thedreamsyndicate.com/\n\nThey stopped by for an in-studio back in 2017:\nhttps://www.youtube.com/watch?v=jNp29YcLP0E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}