Information about plays

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

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

{
    "id": 3544731,
    "uri": "https://api.kexp.org/v2/plays/3544731/?format=api",
    "airdate": "2025-08-25T18:17:06-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/ff46d164-fcc7-4236-9b42-2d919bf6993b/41758560946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ff46d164-fcc7-4236-9b42-2d919bf6993b/41758560946-250.jpg",
    "song": "S.O.T.H.",
    "track_id": null,
    "recording_id": "1e28d904-0295-4067-93fa-8e1af3dc4837",
    "artist": "SAULT",
    "artist_ids": [
        "23b19bc5-813e-4456-bbae-ac3ca118f535"
    ],
    "album": "10",
    "release_id": null,
    "release_group_id": "69c03e83-eafe-45d8-b8b1-7dbdcc3e10f8",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2025-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sounds of the Healing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}