Information about plays

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

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

{
    "id": 3651952,
    "uri": "https://api.kexp.org/v2/plays/3651952/?format=api",
    "airdate": "2026-05-08T01:57:29-07:00",
    "show": 66657,
    "show_uri": "https://api.kexp.org/v2/shows/66657/?format=api",
    "image_uri": "https://coverartarchive.org/release/b986697d-0792-4871-81e8-10f5c8dbdb43/33397983925-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b986697d-0792-4871-81e8-10f5c8dbdb43/33397983925-250.jpg",
    "song": "Why",
    "track_id": null,
    "recording_id": "cd4c8140-0779-4654-94f8-cf366394759e",
    "artist": "Carly Simon",
    "artist_ids": [
        "c4df30f5-5487-4806-9189-b69c9f27532c"
    ],
    "album": "Soup for One",
    "release_id": null,
    "release_group_id": "16f58e9a-75fd-4db4-8e61-05ab1da09871",
    "labels": [],
    "label_ids": [],
    "release_date": "1982-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}