Information about plays

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

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

{
    "id": 3605552,
    "uri": "https://api.kexp.org/v2/plays/3605552/?format=api",
    "airdate": "2026-01-17T15:11:39-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Safe Ground",
    "track_id": "cbdbf7e4-3e07-4e98-833f-e2d7ea5d63df",
    "recording_id": "7c222d13-bb6a-4b03-85b9-a784b002912d",
    "artist": "Katie Tupper",
    "artist_ids": [
        "b955b915-1807-4baa-9403-236ab52454a4"
    ],
    "album": "Greyhound",
    "release_id": "d800ea1e-6389-4e6f-b164-28353ee5fb54",
    "release_group_id": "62542205-231c-4061-8ce4-9347dd225c24",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2026-01-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Kate Tupper!\nhttps://katietuppermusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}