Information about plays

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

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

{
    "id": 3608354,
    "uri": "https://api.kexp.org/v2/plays/3608354/?format=api",
    "airdate": "2026-01-24T05:45:03-08:00",
    "show": 65739,
    "show_uri": "https://api.kexp.org/v2/shows/65739/?format=api",
    "image_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0c3eb66e-3318-43a1-a3a8-0cb3471e8c26/25329099237-250.jpg",
    "song": "Crying, Laughing, Loving, Lying",
    "track_id": null,
    "recording_id": "3c42de79-2634-499e-8acd-7ebb82f135ff",
    "artist": "Labi Siffre",
    "artist_ids": [
        "6838ca8e-da88-436c-a0fd-6d3a7e832f1f"
    ],
    "album": "Crying Laughing Loving Lying",
    "release_id": null,
    "release_group_id": "f34a6030-1365-47ef-9f45-545c7dcc927a",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LAB-ee SIF-ree",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}