Information about plays

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

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

{
    "id": 3601339,
    "uri": "https://api.kexp.org/v2/plays/3601339/?format=api",
    "airdate": "2026-01-07T08:25:34-08:00",
    "show": 65586,
    "show_uri": "https://api.kexp.org/v2/shows/65586/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Money Won’t Change You",
    "track_id": "50d7224b-db12-36f9-8ed6-abdb663e351c",
    "recording_id": "c652db9d-16a9-4f96-8710-e711bcad7ecf",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Lady Soul",
    "release_id": "5c9b9213-c85c-43fd-8522-de03df8e0b1d",
    "release_group_id": "05571372-5b11-39b7-89c5-1c02589a27c8",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-01-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Money Won't Change You\" is a song originally recorded by James Brown in 1966. \n\nAretha Franklin covered \"Money Won't Change You\" on her 1968 album Lady Soul.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}