Information about plays

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

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

{
    "id": 3577590,
    "uri": "https://api.kexp.org/v2/plays/3577590/?format=api",
    "airdate": "2025-11-13T09:03:13-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Will I See You in Heaven",
    "track_id": "1347e61b-483e-33b8-a58c-46cfaa3947d6",
    "recording_id": "9260b794-6414-431f-9990-131fc24aa3d4",
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Rainy Day Music",
    "release_id": "c382865c-1a47-4650-97be-e8e12272e211",
    "release_group_id": "8c7eca20-31d0-3966-9ce4-2dd442b07698",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2003-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch The Jayhawks' full performance on KEXP in 2016:\nhttps://www.youtube.com/watch?v=z0ikWmpY1zI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}