Information about plays

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

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

{
    "id": 3639938,
    "uri": "https://api.kexp.org/v2/plays/3639938/?format=api",
    "airdate": "2026-04-09T15:37:44-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3619bbc-887b-4012-9024-0b7806333c4d/38534240640-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3619bbc-887b-4012-9024-0b7806333c4d/38534240640-250.jpg",
    "song": "Hell Yes",
    "track_id": null,
    "recording_id": "02b607b6-ace5-49e3-84c2-0184bc532f44",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Guero",
    "release_id": null,
    "release_group_id": "e49e2f8a-94c0-3dcf-8ce6-9bc52a1a7867",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-03-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Christina Ricci providing background vocals on  this song that samples multiple elements of the Ohio Players' \"\"Far East Mississippi.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}