Information about plays

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

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

{
    "id": 3589511,
    "uri": "https://api.kexp.org/v2/plays/3589511/?format=api",
    "airdate": "2025-12-10T22:50:32-08:00",
    "show": 65343,
    "show_uri": "https://api.kexp.org/v2/shows/65343/?format=api",
    "image_uri": "https://coverartarchive.org/release/44514482-c3a3-3f26-9f75-356241ba4a3f/15210712945-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44514482-c3a3-3f26-9f75-356241ba4a3f/15210712945-250.jpg",
    "song": "Les Fleur",
    "track_id": null,
    "recording_id": "f15b1d0c-25ff-49e3-9ffd-8c4dcf100d23",
    "artist": "Minnie Riperton",
    "artist_ids": [
        "e842abf7-8a63-4602-8879-75958c2884a1"
    ],
    "album": "Come to My Garden",
    "release_id": null,
    "release_group_id": "b35364f0-72f4-39f7-a563-adc9daf620d1",
    "labels": [
        "GRT Records"
    ],
    "label_ids": [
        "8940b8a7-1e7f-405a-8cf2-ca2d13fb8b5c"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phil Upchurch on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}