Information about plays

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

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

{
    "id": 3543644,
    "uri": "https://api.kexp.org/v2/plays/3543644/?format=api",
    "airdate": "2025-08-23T06:26:08-07:00",
    "show": 64362,
    "show_uri": "https://api.kexp.org/v2/shows/64362/?format=api",
    "image_uri": "https://coverartarchive.org/release/760df385-dc2f-4623-9d2e-22a133915e0a/18626409610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/760df385-dc2f-4623-9d2e-22a133915e0a/18626409610-250.jpg",
    "song": "Slow Like Honey",
    "track_id": null,
    "recording_id": "15f7eef7-338e-4916-9959-c6ae768d2f2f",
    "artist": "Fiona Apple",
    "artist_ids": [
        "a9ee533f-8871-4f62-a6bb-91eb264abc90"
    ],
    "album": "Tidal",
    "release_id": null,
    "release_group_id": "82ba556e-99bf-380d-b9b5-5a97737f1cd1",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-07-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}