Information about plays

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

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

{
    "id": 3598852,
    "uri": "https://api.kexp.org/v2/plays/3598852/?format=api",
    "airdate": "2026-01-01T14:30:11-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "https://ia600700.us.archive.org/6/items/mbid-beca814a-3e87-31be-bf6d-46a40a9a6bf8/mbid-beca814a-3e87-31be-bf6d-46a40a9a6bf8-20530507792_thumb500.jpg",
    "thumbnail_uri": "https://ia800700.us.archive.org/6/items/mbid-beca814a-3e87-31be-bf6d-46a40a9a6bf8/mbid-beca814a-3e87-31be-bf6d-46a40a9a6bf8-20530507792_thumb250.jpg",
    "song": "Everyone",
    "track_id": "3d8cc93e-dfe6-3cca-b0f0-45d0d095b3f0",
    "recording_id": "5a03d06f-775c-449d-b41d-54b7913bafeb",
    "artist": "Van Morrison",
    "artist_ids": [
        "a41ac10f-0a56-4672-9161-b83f9b223559"
    ],
    "album": "Moondance",
    "release_id": "beca814a-3e87-31be-bf6d-46a40a9a6bf8",
    "release_group_id": "16506432-d133-3b2f-a504-dc88966dad2a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's a Pitchfork in-depth look at Van Morrison's third album, the classic \"Moondance\": https://pitchfork.com/reviews/albums/van-morrison-moondance/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}