Information about plays

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

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

{
    "id": 3581789,
    "uri": "https://api.kexp.org/v2/plays/3581789/?format=api",
    "airdate": "2025-11-23T05:31:33-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://ia800801.us.archive.org/2/items/mbid-4bbc4bac-fc3e-3c77-9439-00cb3bd5332f/mbid-4bbc4bac-fc3e-3c77-9439-00cb3bd5332f-3636474579_thumb500.jpg",
    "thumbnail_uri": "https://ia800801.us.archive.org/2/items/mbid-4bbc4bac-fc3e-3c77-9439-00cb3bd5332f/mbid-4bbc4bac-fc3e-3c77-9439-00cb3bd5332f-3636474579_thumb250.jpg",
    "song": "Wild World",
    "track_id": "1e285288-5660-3522-b60e-04478510a758",
    "recording_id": "7d7e146d-0742-4236-a880-926f38581750",
    "artist": "Cat Stevens",
    "artist_ids": [
        "e2345fdf-2be7-47c5-a6dd-be64353ad134"
    ],
    "album": "Tea for the Tillerman",
    "release_id": "4bbc4bac-fc3e-3c77-9439-00cb3bd5332f",
    "release_group_id": "418678e7-2807-3bed-a305-11b4181e533e",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1970!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}