Information about plays

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

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

{
    "id": 3584325,
    "uri": "https://api.kexp.org/v2/plays/3584325/?format=api",
    "airdate": "2025-11-29T00:49:42-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Guns Are Drawn",
    "track_id": null,
    "recording_id": "1251cb4e-5533-4446-a6a8-c922dd0f488b",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "The Tipping Point",
    "release_id": null,
    "release_group_id": "b27a6c72-6b57-3e53-8c8f-e6a52c4697b4",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track features R&B musician, Aaron Livingston, also known by his stage name Son Little.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}