Information about plays

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

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

{
    "id": 3604613,
    "uri": "https://api.kexp.org/v2/plays/3604613/?format=api",
    "airdate": "2026-01-15T08:51:01-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siren",
    "track_id": "9245d0e2-06c0-3bc9-a276-f8dd8fe9653e",
    "recording_id": "51df2658-7111-423b-b12b-0efc9060ef64",
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "Great Expectations: The Album",
    "release_id": "affd9b4f-9ab6-4f01-95b6-837b352ab0eb",
    "release_group_id": "e95d1ab2-aa19-3cc9-b467-2105be62981a",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ood morning! given the course of this morning's playlist, can I request Siren by Tori Amos (preferably soundtrack version from Great Expectations)?\n\nDawn in Ontario",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}