Information about plays

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

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

{
    "id": 3548471,
    "uri": "https://api.kexp.org/v2/plays/3548471/?format=api",
    "airdate": "2025-09-03T15:07:54-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac21d812-e567-466c-a4ca-c42c3829bddb/15261111015-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac21d812-e567-466c-a4ca-c42c3829bddb/15261111015-250.jpg",
    "song": "Love the Feeling",
    "track_id": null,
    "recording_id": "32d2d445-d585-4290-b953-3985f473f7db",
    "artist": "Leroy Hutson",
    "artist_ids": [
        "410b8630-2fd5-4368-8a5b-dbc5e82f6b1c"
    ],
    "album": "Hutson II",
    "release_id": null,
    "release_group_id": "7e26c308-5d4a-48b8-8cec-7f78ea3d6758",
    "labels": [
        "Curtom Records"
    ],
    "label_ids": [
        "0de50eca-0acc-492c-8840-7eae9f04e739"
    ],
    "release_date": "1976-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this biography of \"soulful trailblazer\" Leroy Hutson: https://souldisco.de/allgemein/leroy-hutson-a-soulful-trailblazer-of-music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}