Information about plays

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

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

{
    "id": 3576159,
    "uri": "https://api.kexp.org/v2/plays/3576159/?format=api",
    "airdate": "2025-11-09T20:56:16-08:00",
    "show": 65067,
    "show_uri": "https://api.kexp.org/v2/shows/65067/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Thought You Ought To Know",
    "track_id": null,
    "recording_id": "812ce15d-79dd-428c-a660-5ab48899a2db",
    "artist": "Jesse Mcfall And The Funk Elegant Orchestra",
    "artist_ids": [
        "03ef27b6-9c24-4107-adb9-e7f7f0a7c59d"
    ],
    "album": "Americana - Rock Your Soul - Blue Eyed Soul And Sounds From The Land Of The Free",
    "release_id": null,
    "release_group_id": "680fc2ec-4bcc-4c91-ab47-0cf6b07aea12",
    "labels": [
        "Choice Records"
    ],
    "label_ids": [],
    "release_date": "2011-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jesse McFall And The Funk Elegant Orchestra originally released \"Thought You Ought To Know\" in 1974, but you can find the track on the 2011 compilation album Americana - Rock Your Soul - Blue Eyed Soul And Sounds From The Land Of The Free.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}