Information about plays

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

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

{
    "id": 3595251,
    "uri": "https://api.kexp.org/v2/plays/3595251/?format=api",
    "airdate": "2025-12-24T07:07:02-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River",
    "track_id": "decff062-ceea-380d-b949-9e279d0e6a83",
    "recording_id": "760828c4-c062-4667-94c6-0d358c1c768c",
    "artist": "Joni Mitchell",
    "artist_ids": [
        "a6de8ef9-b1a1-4756-97aa-481bbb8a4069"
    ],
    "album": "Blue",
    "release_id": "3a06e217-cd53-3cc8-bda8-d35752f425d8",
    "release_group_id": "42d725fb-a8b7-388c-8866-3b02789af326",
    "labels": [
        "DCC Compact Classics"
    ],
    "label_ids": [
        "b1fe170d-0ac1-4d7a-b7e3-318c2426d5c4"
    ],
    "release_date": "1999-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“‘River’ expresses regret at the end of a relationship, but it’s also about being lonely at Christmastime,” said Mitchell about the meaning of the song. Tucked away on Mitchell's timeless album 'Blue' - “River” is now a holiday standard - and the most covered composition by Mitchell with 888 cover versions recorded. Learn about the meaning behind this lovely song: https://bit.ly/3UOGohZ\n\nAnd, remember: You are not alone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}