Information about plays

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

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

{
    "id": 3595237,
    "uri": "https://api.kexp.org/v2/plays/3595237/?format=api",
    "airdate": "2025-12-24T06:22:43-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "South For The Winter",
    "track_id": "422306ea-ad35-4241-b447-a58dbd198815",
    "recording_id": "edd2869b-bc18-4803-bcc4-75d7e7a5dc09",
    "artist": "Adia Victoria feat. Matt Berninger",
    "artist_ids": [
        "991813f5-27c6-4ff3-88dd-90e750dad545",
        "7b1252da-a5e6-49db-9ca8-1d3045d8dc2c"
    ],
    "album": "A Southern Gothic",
    "release_id": "dd18238c-31e9-4958-9d9a-fdcb906ec98b",
    "release_group_id": "408432e4-4908-4e0b-8682-2b8fed07d4ed",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2021-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matt Berninger from The National guest stars on this track. Watch Adia Victoria perform live at KEXP: https://www.youtube.com/watch?v=Bc3lY5skPCA&t=3s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}