Information about plays

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

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

{
    "id": 3641390,
    "uri": "https://api.kexp.org/v2/plays/3641390/?format=api",
    "airdate": "2026-04-13T01:49:35-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/c03e66a7-197b-4f0c-925e-1a08f636a384/35003069892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c03e66a7-197b-4f0c-925e-1a08f636a384/35003069892-250.jpg",
    "song": "Jaco",
    "track_id": null,
    "recording_id": "60c5d466-e729-4abb-b65b-6081b18b4784",
    "artist": "Jaco pastorius Pat Metheny Bruce Ditmas Paul Bley",
    "artist_ids": [],
    "album": "Jaco",
    "release_id": null,
    "release_group_id": "91569094-ba33-3cdf-b9dc-441146fbd837",
    "labels": [
        "Jazz Door"
    ],
    "label_ids": [
        "a5c129ca-bb26-4f70-83a0-c3e7a0d58e86"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Incredible lineup of musicians flexing their chops from 1974",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}