Information about plays

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

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

{
    "id": 3625013,
    "uri": "https://api.kexp.org/v2/plays/3625013/?format=api",
    "airdate": "2026-03-04T00:37:50-08:00",
    "show": 66085,
    "show_uri": "https://api.kexp.org/v2/shows/66085/?format=api",
    "image_uri": "https://dn711006.ca.archive.org/0/items/mbid-ed790ac9-8562-3192-adce-7aa890dab146/mbid-ed790ac9-8562-3192-adce-7aa890dab146-16731476172_thumb500.jpg",
    "thumbnail_uri": "https://dn711006.ca.archive.org/0/items/mbid-ed790ac9-8562-3192-adce-7aa890dab146/mbid-ed790ac9-8562-3192-adce-7aa890dab146-16731476172_thumb250.jpg",
    "song": "Down by the Water",
    "track_id": "46ef554e-3772-3791-bbf9-2b262a5f4242",
    "recording_id": "daab3238-cdcd-438c-b6bf-30e0357242de",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "To Bring You My Love",
    "release_id": "ed790ac9-8562-3192-adce-7aa890dab146",
    "release_group_id": "2a976d93-1131-3821-9bcb-6c79542d93aa",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1995-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More 1995! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}