Information about plays

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

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

{
    "id": 3599027,
    "uri": "https://api.kexp.org/v2/plays/3599027/?format=api",
    "airdate": "2026-01-02T01:14:17-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "https://coverartarchive.org/release/0f8fabd9-a1d7-4621-8f14-09701b92a9b6/5225751858-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0f8fabd9-a1d7-4621-8f14-09701b92a9b6/5225751858-250.jpg",
    "song": "Freetime",
    "track_id": null,
    "recording_id": "54534ccd-7a97-453d-a92c-ce0a5e4bdc81",
    "artist": "Kenna",
    "artist_ids": [
        "9dcca4a2-2e05-4f94-9a02-cb97b1beed56"
    ],
    "album": "New Sacred Cow",
    "release_id": null,
    "release_group_id": "457960ca-2ef4-345a-aae4-fd556849c195",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Chad Hugo of the Neptunes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}