Information about plays

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

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

{
    "id": 3581798,
    "uri": "https://api.kexp.org/v2/plays/3581798/?format=api",
    "airdate": "2025-11-23T06:08:05-08:00",
    "show": 65187,
    "show_uri": "https://api.kexp.org/v2/shows/65187/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Howl of a Wolf, For E.",
    "track_id": null,
    "recording_id": null,
    "artist": "From Overseas",
    "artist_ids": [
        "ef6f13b7-4550-4a84-a26f-af3ed07352f9"
    ],
    "album": "Thinking Like a Mountain",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Past Inside the Present"
    ],
    "label_ids": [],
    "release_date": "2025-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the meditative new sophomore album from Virginia-based French musician From Overseas (aka Kévin Séry) ~ https://pitp.bandcamp.com/album/thinking-like-a-mountain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}