Information about plays

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

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

{
    "id": 3587040,
    "uri": "https://api.kexp.org/v2/plays/3587040/?format=api",
    "airdate": "2025-12-05T07:15:04-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Last Time",
    "track_id": "ae5395ee-5ab3-3d4f-96c9-7db91c6d7087",
    "recording_id": "41d6be73-7bc4-42dd-b906-44c788d84c7f",
    "artist": "The Andrew Oldham Orchestra",
    "artist_ids": [
        "d3e6c0f3-4061-4b79-8463-431eab6277d4"
    ],
    "album": "The Rolling Stones Songbook",
    "release_id": "66961a3e-b525-4a6e-aaea-581e7aefbe6e",
    "release_group_id": "0fa6c2ab-98dd-3fc4-8482-e99067271beb",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Oldham was the Rolling Stones manager, and taking a cue from Beatles producer George Martin, he released an album called The Rolling Stones Songbook which contained this track and other instrumental versions of the group's hits.\n--\nPsst.  did you know that The Stones song  was inspired by a 1955 gospel song called \"This May Be The Last Time\" by The Staple Singers?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}