Information about plays

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

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

{
    "id": 3562157,
    "uri": "https://api.kexp.org/v2/plays/3562157/?format=api",
    "airdate": "2025-10-06T23:50:55-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/10fe832b-f2fe-488f-972a-d48c55bdf703/13277911044-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10fe832b-f2fe-488f-972a-d48c55bdf703/13277911044-250.jpg",
    "song": "The Calling",
    "track_id": null,
    "recording_id": null,
    "artist": "A Man Called Adam",
    "artist_ids": [
        "b4265534-cf8f-4a8f-827d-fc490ccd15b8"
    ],
    "album": "All My Favourite People (Stay With Me)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Other"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You've heard the calling, but will you answer (the call to support listener-powered radio?) - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}