Information about plays

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

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

{
    "id": 3623043,
    "uri": "https://api.kexp.org/v2/plays/3623043/?format=api",
    "airdate": "2026-02-27T15:35:58-08:00",
    "show": 66044,
    "show_uri": "https://api.kexp.org/v2/shows/66044/?format=api",
    "image_uri": "https://ia800506.us.archive.org/0/items/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b-15091870237_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/0/items/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b/mbid-0193cad0-e753-4de0-b2b2-7a1c100b319b-15091870237_thumb250.jpg",
    "song": "Kissing My Love",
    "track_id": "e9d9510d-646d-3d77-bc7c-24834bbe0a4f",
    "recording_id": "0bcc16af-02e3-4f8a-8a77-eed8971c7c32",
    "artist": "Cold Blood",
    "artist_ids": [
        "6f007e8d-cb04-4b1e-b259-f122a929687e"
    ],
    "album": "What It Is! Funky Soul and Rare Grooves",
    "release_id": "0193cad0-e753-4de0-b2b2-7a1c100b319b",
    "release_group_id": "3ae77ad3-6392-380b-8651-3990c6254fb2",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Bill Withers and released by him in 1972.  On this 1973 cover, Cold Blood's Lydia Pense was backed by The Pointer Sisters.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}