Information about plays

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

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

{
    "id": 3644701,
    "uri": "https://api.kexp.org/v2/plays/3644701/?format=api",
    "airdate": "2026-04-20T23:19:56-07:00",
    "show": 66509,
    "show_uri": "https://api.kexp.org/v2/shows/66509/?format=api",
    "image_uri": "https://coverartarchive.org/release/af791586-9f92-43b5-8d89-710cf924a6cc/23877789766-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af791586-9f92-43b5-8d89-710cf924a6cc/23877789766-250.jpg",
    "song": "To Places You've Never Been",
    "track_id": null,
    "recording_id": "0c9e633a-6221-4848-b227-289f0acf7d85",
    "artist": "Robert Leiner",
    "artist_ids": [
        "a5b92ee5-5959-4afb-a310-09f33a159804"
    ],
    "album": "Visions of the Past",
    "release_id": null,
    "release_group_id": "f2ed4bdc-6a38-3faf-971e-a1486e9a343f",
    "labels": [
        "Apollo"
    ],
    "label_ids": [
        "40554a9e-d9db-45d5-97aa-dadd904a456d"
    ],
    "release_date": "1993-12-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(I haven't been there)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}