Information about plays

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

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

{
    "id": 3569768,
    "uri": "https://api.kexp.org/v2/plays/3569768/?format=api",
    "airdate": "2025-10-25T12:54:58-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Face the Fire",
    "track_id": "132d8825-48f3-48ed-a427-06923b6729eb",
    "recording_id": "56702d4a-eb71-49c3-bc6e-41de4f083b48",
    "artist": "Boy Harsher",
    "artist_ids": [
        "6dc9bc09-a0c7-40f9-b491-f90845927533"
    ],
    "album": "Careful",
    "release_id": "2ab6cc8b-761d-4b12-a446-9f3e5c4a3d24",
    "release_group_id": "473c1534-3bf9-4ca3-b22f-1845e8ec4263",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}