Information about plays

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

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

{
    "id": 3578922,
    "uri": "https://api.kexp.org/v2/plays/3578922/?format=api",
    "airdate": "2025-11-16T10:02:25-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/e410044e-0e1d-4edd-b8cf-4bab9628747e/41995936811-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e410044e-0e1d-4edd-b8cf-4bab9628747e/41995936811-250.jpg",
    "song": "Wolf in Sheep’s Clothes",
    "track_id": null,
    "recording_id": "67b822d1-77f1-465e-b555-3f7fec45ef9d",
    "artist": "Ken Pomeroy",
    "artist_ids": [
        "5b73e02f-01f0-4c91-b19e-c2b3a76288f7"
    ],
    "album": "Cruel Joke",
    "release_id": null,
    "release_group_id": "08c24c68-5903-4925-95f7-c3a9795645fb",
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2025-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee Oklahoma native, Ken Pomeroy, brings an earthy presence to the world of Folk/Americana music. Pomeroy has long captivated audiences through her unfeigned storytelling and seasoned musicianship.\n\nhttp://kenpomeroy.bandcamp.com/track/wolf-in-sheep-s-clothes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}