Information about plays

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

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

{
    "id": 3565751,
    "uri": "https://api.kexp.org/v2/plays/3565751/?format=api",
    "airdate": "2025-10-16T06:26:46-07:00",
    "show": 64847,
    "show_uri": "https://api.kexp.org/v2/shows/64847/?format=api",
    "image_uri": "https://coverartarchive.org/release/0ef048c0-676b-4d33-ac27-895f173507ea/9164303311-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0ef048c0-676b-4d33-ac27-895f173507ea/9164303311-250.jpg",
    "song": "Baby",
    "track_id": null,
    "recording_id": "609bb5d9-61ed-466e-8f72-ad16be0ae7fb",
    "artist": "Gal Costa",
    "artist_ids": [
        "fc63a914-272d-4b95-9221-61adcce6f793"
    ],
    "album": "Gal Costa",
    "release_id": null,
    "release_group_id": "2df16c69-a343-3c95-a9a9-c9a7c9db2bb7",
    "labels": [],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Emily and her son Aldin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}