Information about plays

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

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

{
    "id": 3641147,
    "uri": "https://api.kexp.org/v2/plays/3641147/?format=api",
    "airdate": "2026-04-12T10:18:57-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/8309583d-c5e8-4237-ae78-98dbc6d18512/7501337770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8309583d-c5e8-4237-ae78-98dbc6d18512/7501337770-250.jpg",
    "song": "I Feel Just Like a Child",
    "track_id": null,
    "recording_id": "eaee3274-93ee-4b7a-b5cc-ca27706d70ca",
    "artist": "Devendra Banhart",
    "artist_ids": [
        "0110e63e-0a9b-4818-af8e-41e180c20b9a"
    ],
    "album": "Cripple Crow",
    "release_id": null,
    "release_group_id": "7ea71cb3-5fd9-35e8-a7a3-fe74715b0700",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2005-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Texas-born, Venezuelan and Californian artist wrote this song when he was 18, from the perspective of a child seeing the world with new eyes.\nhttps://www.theguardian.com/culture/2025/sep/08/how-we-made-devendra-banhart-i-feel-just-like-a-child?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}