Information about plays

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

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

{
    "id": 3591267,
    "uri": "https://api.kexp.org/v2/plays/3591267/?format=api",
    "airdate": "2025-12-15T03:54:07-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lullaby for Iola",
    "track_id": null,
    "recording_id": "67ba0cc1-ea11-4a90-9974-0c015a882205",
    "artist": "Dave Brubeck",
    "artist_ids": [
        "de0222a6-e1c4-403d-8b01-3f66d505061b"
    ],
    "album": "Lullabies",
    "release_id": null,
    "release_group_id": "02474bed-6ffd-4771-98e5-86d8e27ef804",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2020-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Modoc\t\n\nFrom the final album of Dave Brubec, a collection of Lullabies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}