Information about plays

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

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

{
    "id": 3600492,
    "uri": "https://api.kexp.org/v2/plays/3600492/?format=api",
    "airdate": "2026-01-05T07:33:23-08:00",
    "show": 65570,
    "show_uri": "https://api.kexp.org/v2/shows/65570/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pleasure in the Pain",
    "track_id": "3a08a18e-a22c-4ad9-95a4-e0790078ed5c",
    "recording_id": "c476e019-9d3c-4693-ba4e-32af3e54ad02",
    "artist": "Caitlin and Brent",
    "artist_ids": [
        "d4a93fe5-7699-4fb2-a284-9a2041cce921"
    ],
    "album": "Caitlin and Brent",
    "release_id": "c9f68057-509d-469c-b50d-9848d9474609",
    "release_group_id": "1a71f035-c3c3-4391-8f44-850cad4b98d3",
    "labels": [
        "RodeoCorp, Ltd."
    ],
    "label_ids": [
        "a738bc7e-0e5c-4657-8111-41192f1b740b"
    ],
    "release_date": "2025-12-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Seattle duo Caitlin and Brent!\n--\nWatch the official video here: https://www.youtube.com/watch?v=1T7lXIKSf7o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}