Information about plays

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

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

{
    "id": 3637292,
    "uri": "https://api.kexp.org/v2/plays/3637292/?format=api",
    "airdate": "2026-04-03T14:00:19-07:00",
    "show": 66354,
    "show_uri": "https://api.kexp.org/v2/shows/66354/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c8eb18c-e404-4a26-85c5-c279432d1791/28370440523-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c8eb18c-e404-4a26-85c5-c279432d1791/28370440523-250.jpg",
    "song": "Beautiful Baby",
    "track_id": null,
    "recording_id": "3b3cf99c-c0bf-4bcc-9e50-bd3a6ea6fb1a",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "The Essential Johnny Nash",
    "release_id": null,
    "release_group_id": "922805cb-ce7c-4605-a949-22efd782ee0a",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Nash was a singer from Texas who helped bring reggae into the 1970's mainstream with his 1972 hit \"I Can See Clearly Now.\"\n\nhttps://johnnynash.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}