Information about plays

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

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

{
    "id": 3622871,
    "uri": "https://api.kexp.org/v2/plays/3622871/?format=api",
    "airdate": "2026-02-27T05:03:11-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "https://coverartarchive.org/release/37f8ab46-e058-4f27-b9f9-98a527b1b24d/33895216970-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/37f8ab46-e058-4f27-b9f9-98a527b1b24d/33895216970-250.jpg",
    "song": "Ever New",
    "track_id": null,
    "recording_id": "2ddfc132-240e-472b-8a3f-b7c982b4fea1",
    "artist": "Beverly Glenn‐Copeland",
    "artist_ids": [
        "c7e4e51b-df22-4ff3-9bb3-3a56d801e5be"
    ],
    "album": "…Keyboard Fantasies…",
    "release_id": null,
    "release_group_id": "45c82e91-d112-4170-8aff-6f9132590c94",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's Eva's little girl's 2nd birthday! \"Beverly Glenn-Copeland's Keyboard Fantasies... was my go to while I was in my third trimester. Anytime Henny started kicking and moving, this seemed to be the only music to calm her down.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}