Information about plays

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

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

{
    "id": 3556891,
    "uri": "https://api.kexp.org/v2/plays/3556891/?format=api",
    "airdate": "2025-09-23T21:43:10-07:00",
    "show": 64644,
    "show_uri": "https://api.kexp.org/v2/shows/64644/?format=api",
    "image_uri": "https://coverartarchive.org/release/53001f86-b4c6-43e7-831a-76b3a42ba91d/30401591460-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53001f86-b4c6-43e7-831a-76b3a42ba91d/30401591460-250.jpg",
    "song": "Dhun: Fast Teental (excerpt)",
    "track_id": null,
    "recording_id": "005e80f0-f9d9-430b-be53-009cf97b46c8",
    "artist": "Ravi Shankar",
    "artist_ids": [
        "697f8b9f-0454-40f2-bba2-58f35668cdbe"
    ],
    "album": "Monterey International Pop Festival",
    "release_id": null,
    "release_group_id": "f729406e-f6bc-35e4-9dc0-b5f520cd546e",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}